Commit Graph

59613 Commits

Author SHA1 Message Date
Allie Sadler
a64a01acff Engdocs 1272 (#16953)
* ENGDOCS-1272

* style guide alignment

* fix broken links
2023-03-24 08:15:40 +00:00
Sebastiaan van Stijn
25bc00d694 Merge pull request #16947 from benz0li/no-lsb-release
engine: No lsb-release for setting up the repo
2023-03-23 22:24:46 +01:00
Olivier Benz
38f62aa9b4 Refactor the command to set up the repository 2023-03-23 19:45:25 +01:00
Nick Santos
110c477430 remote-development: make sure cross-domain links with ambassador have the same params (#16954)
Signed-off-by: Nick Santos <nick.santos@docker.com>
2023-03-23 15:47:44 +00:00
Justin Chadwell
8bba919891 Merge pull request #16951 from pmogan77/fix-link
Fix SBOM Scanning Protocol Link
2023-03-23 12:42:31 +00:00
pmogan77
6a53ce589f Fix SBOM Scanning Protocol Link 2023-03-23 07:28:22 -05:00
Usha Mandya
8c15e8f112 Merge pull request #16949 from jakelevirne/patch-4
Update Telepresence link to point to our offering
2023-03-23 11:51:20 +00:00
Jake Levirne
0c881b7bf0 Update Telepresence link to point to our offering
All the Telepresence links in our docs should point to our own Ambassador-Docker product offering
2023-03-23 07:42:15 -04:00
Allie Sadler
74d958918e ENGDOCS-1259 (#16937) 2023-03-23 10:00:30 +00:00
Olivier Benz
f1f1247021 engine: No lsb-release for setting up the repo 2023-03-23 09:21:12 +01:00
Manuel Morejón
5cb86fa7d5 Update resources with two books (#16935)
* docs(resources): add two new books about containers

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>

* docs(resources): use Jan for month

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>

---------

Signed-off-by: Manuel Morejon <manuel@mmorejon.io>
2023-03-22 14:50:53 +00:00
Allie Sadler
8be114620e ENGDOCS-1269 (#16936)
* ENGDOCS-1269

* feedback changes
2023-03-22 13:47:11 +00:00
Allie Sadler
326cb37213 spec-split-fix (#16941)
* spec-split-fix

* fix broken link
2023-03-22 12:53:16 +00:00
Allie Sadler
855cda4011 Spec split (#16740)
* split spec

* spec split

* trial branch

* fix

* branch update

* landing page

* add description

* add description

* update file path

* tweak

* fix build

* split spec

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* spec split

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* trial branch

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* fix

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* branch update

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* landing page

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* add description

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* add description

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* update file path

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* tweak

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* fix build

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* missing new line

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* first batch of fix links

* second batch of link fix

* update toc

---------

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-22 12:00:04 +00:00
Mike Bland
e04f063645 Add detailed project name requirements, mechanisms (#16915)
* Add detailed project name requirements, mechanisms

These changes reflect updated `docker compose` behavior regarding
acceptable project names.

compose-spec/compose-go#261 changed `docker compose` behavior to require
normalized project names as input when using `-p`. Previously `docker
compose` normalized project names automatically, leading to errors for
some users after the change landed in compose-spec/compose-go v1.2.5 and
docker/compose v2.5.1.

compose-spec/compose-spec#314 updated the compose spec, effectively
enforcing the same constraint for the `name:` config file property.
compose-spec/compose-go#362 added information to the error message
specifying the correct project name format. compose-spec/compose-go#364
added enforcement of the new project name requirements for all project
name mechanisms (`-p`, `name:`, `COMPOSE_PROJECT_NAME`, project dir,
working dir).

Local development URLs:
- http://localhost:4000/compose/reference/#use--p-to-specify-a-project-name
- http://localhost:4000/compose/environment-variables/envvars/#compose_project_name
- http://localhost:4000/engine/reference/commandline/compose/#use--p-to-specify-a-project-name

Production URLs:
- https://docs.docker.com/compose/reference/#use--p-to-specify-a-project-name
- https://docs.docker.com/compose/environment-variables/envvars/#compose_project_name
- https://docs.docker.com/engine/reference/commandline/compose/#use--p-to-specify-a-project-name

Signed-off-by: Mike Bland <mbland@acm.org>

* Revert _data/compose-cli/docker_compose.yaml

This reverts part of commit 9ce29a8aec.

As @glours noted in the review of #16915, this content comes from the
upstream docker/compose repo. He's opened docker/compose#10390 to apply
the update there instead.

Signed-off-by: Mike Bland <mbland@acm.org>

---------

Signed-off-by: Mike Bland <mbland@acm.org>
2023-03-22 08:59:55 +00:00
Usha Mandya
6ca7833347 Merge pull request #16931 from usha-mandya/ambassador-link-patch
Fix a broken link
2023-03-21 19:10:10 +00:00
Usha Mandya
7004e4a380 Fix a broken link
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2023-03-21 19:04:10 +00:00
Allie Sadler
05fb7d1f72 telepresence-link-update (#16929) 2023-03-21 17:51:41 +00:00
Allie Sadler
3d563746f5 replace convert with config (#16925) 2023-03-21 11:01:06 +00:00
Chris Chinchilla
c8bc523fe3 Merge pull request #16919 from ChrisChinchilla/chrisward/dsosp-docs
Add docs on DSOS program
2023-03-21 10:32:08 +01:00
Chris Chinchilla
2b162ce9bf Merge pull request #16921 from ChrisChinchilla/chrisward/daemon-change
Change Daemon to Docker Engine in prometheus doc
2023-03-20 18:10:47 +01:00
Chris Chinchilla
d2a2bd954e Add keywords 2023-03-20 18:08:44 +01:00
Chris Chinchilla
e922217849 Merge pull request #16886 from ChrisChinchilla/chrisward/tls-clar
Clarify text around TLS configuration in Docker engine docs
2023-03-20 18:04:02 +01:00
Chris Chinchilla
2a81b9d7bc Change Daemon to Docker Engine 2023-03-20 15:58:55 +01:00
Chris Chinchilla
8206795c91 Merge pull request #16900 from jarda-wien/main
Remove experimental flag for metrics-addr as it is not required
2023-03-20 15:55:22 +01:00
Allie Sadler
98e5e3ff9b ENGDOCS-1266 (#16918)
* ENGDOCS-1266

* edits

* more edits

* review edits

* review edits
2023-03-20 14:50:53 +00:00
Chris Chinchilla
5d41ada042 Merge pull request #16828 from ChVeen/Fix-several-missing-periods
Fix several missing periods in contribute section
2023-03-20 15:44:51 +01:00
Chris Chinchilla
927636e3f8 Add actual explanation of config file 2023-03-20 15:35:03 +01:00
Mathieu Champlon
481096d276 Desktop 4.17.1 release notes (#16905)
* Fix collapse unicity

* Docker Desktop 4.17.1 release notes

This is a Windows only release.

* Update release date

* Update changes

* Add installer checksum
2023-03-20 13:56:57 +00:00
Chris Chinchilla
bb582aac7e Move menu item and add to section overview page 2023-03-20 14:42:58 +01:00
Chris Chinchilla
c96905ab0a Draft of docs for dsosp 2023-03-20 14:30:35 +01:00
Chris Chinchilla
a68af92902 Draft 2023-03-20 13:22:18 +01:00
Allie Sadler
82dba9cc35 Engdocs 1264 (#16904)
* ENGDOCS-1264

* updates

* update callout color

* changes post review
2023-03-20 11:01:28 +00:00
CrazyMax
350d7aa963 Merge pull request #16908 from crazy-max/build-sections-sort
build: change sections order in toc
2023-03-17 16:17:27 +00:00
Sebastiaan van Stijn
59f9d52ce2 Merge pull request #16909 from crazy-max/anchorlink
do not append anchorLink for tiles
2023-03-17 17:16:14 +01:00
CrazyMax
c7d42efd55 do not append anchorLink for tiles
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-17 16:41:46 +01:00
CrazyMax
6f09b1b360 build: change sections order in toc
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-03-17 14:22:03 +01:00
Allie Sadler
3b8f678015 ENGDOCS-1261 (#16899)
* ENGDOCS-1261

* edit create

* edit manage

* edit access

* move content around

* tweaks

* fix build

* fix build again

* review edits

* review edits
2023-03-16 12:08:23 +00:00
Allie Sadler
f682965597 Engdocs 1260 (#16888)
* rearrange toc

* toc updates

* edit AIM

* edit convert an account

* edit deactivate and downgrade subscription

* minor tweak

* build fix

* review edits
2023-03-16 12:08:12 +00:00
Allie Sadler
bd36df1cb7 fix redirect issue (#16906) 2023-03-16 12:02:10 +00:00
Christian Veenhuis
5743681cf5 Fix several missing periods 2023-03-15 18:49:09 +00:00
Jaroslav Stepanek
4cf59ac279 Remove experimental flag as it is not required 2023-03-15 15:02:39 +00:00
Chris Chinchilla
db02cfa0b5 Merge pull request #16898 from ChrisChinchilla/chrisward/remove-migration
Remove Migrate content from the Publisher Center to Docker Hub page
2023-03-15 15:20:32 +01:00
Chris Chinchilla
410d1f5700 Add redirect to page 2023-03-15 14:49:29 +01:00
Chris Chinchilla
8ceb012997 Remove Migrate content from the Publisher Center to Docker Hub page 2023-03-15 14:33:31 +01:00
Allie Sadler
e69d427707 ENGDOCS-1262 (#16897) 2023-03-15 13:14:00 +00:00
Alex Hokanson
0e0ee78da6 small improvements to the rate-limit docs (#16887)
* small improvements to the rate-limit docs

Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>

* Update docker-hub/download-rate-limit.md

---------

Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-03-15 10:19:31 +00:00
Christian Veenhuis
198994c05c Solve merge conflict for etc. fix (#16827) 2023-03-15 10:07:30 +00:00
Chris Chinchilla
74c97e2a5e Merge pull request #16842 from ChrisChinchilla/chrisward/scout-tweaks
Updates to Docker Scout pages
2023-03-14 15:23:05 +01:00
Chris Chinchilla
bd47e9f24e Clarify text 2023-03-14 14:40:49 +01:00