Commit Graph

54733 Commits

Author SHA1 Message Date
Guillaume Tardif 1b38c42706 ACI: Update volume management documentation
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 14:18:33 +02:00
Usha Mandya 47e24f0f88
Merge pull request #11423 from chris-crone/update-ecs
Update ECS docs
2020-09-29 11:25:15 +01:00
Chris Crone 57eb05e2e8 Replace ECS integration with Compose CLI
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-09-29 12:17:49 +02:00
Usha Mandya 5652b50356
Merge pull request #11431 from maximillianfx/fix-dct-link
Fix link to dct #11349
2020-09-28 12:42:21 +01:00
Usha Mandya 04d7fac83f
Merge pull request #11428 from maximillianfx/fix-upgrade-link
Fix url to upgrade dockerhub #11339
2020-09-28 11:42:26 +01:00
Maximillian Fan Xavier cfba81f6b5 Fix url #11349
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 17:00:35 -03:00
Maximillian Fan Xavier e04c266454 Fix link to dct #11349
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 16:52:39 -03:00
Maximillian Fan Xavier 14ff004656 Fix url to upgrade dockerhub #11339
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-26 13:56:11 -03:00
Usha Mandya 4871570f62
Merge pull request #11425 from thaJeztah/api_canonical
Make the latest API reference page the canonical URL
2020-09-25 17:35:25 +01:00
Usha Mandya f3989f1889
Merge pull request #11424 from thaJeztah/fix_sitemap
Use absolute URLs in sitemap.xml
2020-09-25 17:34:42 +01:00
Sebastiaan van Stijn c3e55377e4
Make the latest API reference page the canonical URL
We host multiple versions of the API reference. While older versions of the
API are still supported by the latest engine release, users should generally
refer to the latest version of the API.

This patch adds a "canonical" meta-tag to the API reference pages, and points
it to the latest version of the API.

Note that there's also a /engine/api/latest/ page, but I didn't pick that
URL, because it's a redirect to `/engine/api/v<current>/`, which Google
probably doesn't like.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-25 18:13:51 +02:00
Sebastiaan van Stijn 29546c24f3
Use absolute URLs in sitemap.xml
We generate the website with relative URLs to allow hosting the content
on preview domains.

However, the sitemap.xml should always contain absolute URLs (including
the domain name).

I couldn't find a way to configure the sitemap URL's separately, so using
the same hack we use for stripping URL's in the HTML.

Before this, the sitemap.xml would contain;

    <url>
        <loc>/engine/reference/commandline/volume_prune/</loc>
    </url>

After this, the full URL is included

    <url>
        <loc>https://docs.docker.com/engine/reference/commandline/volume_prune/</loc>
    </url>

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-25 17:47:34 +02:00
Chris Crone b18cebff6d Update ECS docs
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-09-25 17:03:45 +02:00
Usha Mandya bc037b7391
Merge pull request #11417 from usha-mandya/scan-cheatsheet-patch
Add link to vuln scanning cheat sheet
2020-09-25 13:54:14 +01:00
Usha Mandya 3abac53c65
Merge pull request #11416 from usha-mandya/node-js-patch
Add get started docs for Node.js
2020-09-25 13:02:27 +01:00
Usha Mandya 245a3305d0 - Add a link to Node.js section from part-1 for cross-reference
- Updated the Guides tab to open to the Get started page, instead of Develop with Docker.
- Moved Docker overview as the first entry in the Guides toc.
2020-09-24 22:44:16 +01:00
Anca Iordache 6f908532f4
Bump compose to 1.27.4 (#11418)
* Bump compose to 1.27.4

Signed-off-by: aiordache <anca.iordache@docker.com>

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-24 18:24:19 +01:00
Usha Mandya 8279fbf580 Add link to vuln scanning cheat sheet 2020-09-24 16:12:38 +01:00
Usha Mandya ba806ea3a2 Add get started docs for NodeJS
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-24 14:27:37 +01:00
Usha Mandya 7efcb015ed
Merge pull request #11414 from thaJeztah/bare_env_examples
remove examples for ENV key value without '='
2020-09-23 15:09:30 +01:00
Usha Mandya fd08665bb6
Merge pull request #11413 from usha-mandya/serv-account-patch
Add info on creating a service account for Pro accounts
2020-09-23 15:03:44 +01:00
Sebastiaan van Stijn f6adc80d9a
remove examples for ENV key value without '='
The `ENV key value` form can be ambiguous, for example, the following defines
a single env-variable (`ONE`) with value `"TWO= THREE=world"`:

    ENV ONE TWO= THREE=world

While we cannot deprecate/remove that syntax (as it would break existing
Dockerfiles), we should reduce exposure of the format in our examples.

Also updating some code-blocks that were missing language-hints

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-23 15:16:35 +02:00
Usha Mandya 686de8431a
Merge pull request #11410 from jeffw387/patch-1
Update zfs-driver.md
2020-09-23 13:34:23 +01:00
Usha Mandya 463d98bd41
Merge pull request #11409 from camilosantana/patch-1
Doc bug fixing - wrong link in ecs-integration.md
2020-09-23 12:11:44 +01:00
Usha Mandya bb5eb291ef Add info on creating a service account for Pro accounts
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-23 11:59:04 +01:00
jeffw387 f68b5bef8c
Update zfs-driver.md
Typo/misspelling
2020-09-22 20:48:12 -07:00
Camilo Santana c019eb9a79
fixes link in ecs-integration.md
`docker secret` creates secrets in AWS Secrets Manager Service - not in AWS Systems Manager Parameter Store Service. Note the `arn:aws:secretsmanager:...` reference in the existing example.
2020-09-22 17:50:19 -07:00
vadimbo 12e33c600f
Incorrect minimum required version. (#11402)
* Incorrect minimum required version.

Tried installing Docker Desktop on Windows Server 2016 build 14393 and got the error: Docker Desktop requires Windows 10 Pro/Enterprise (15063+) or Windows 10 home (19018+)

* Updated the wording

Removed the version numbers from Machine docs so users can refer to Desktop docs for info on Desktop system requirements.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-22 15:45:39 +01:00
David Scott 62f31a3ad6
Docker Desktop release notes: add clock_gettime64 known issue (#11405)
* Docker Desktop release notes: add clock_gettime64 known issue

See https://github.com/docker/for-win/issues/8326

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor style update

* minor style update

* Minor style updte

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-22 15:28:48 +01:00
Usha Mandya bba4fa627e
Merge pull request #11406 from thaJeztah/compose_highlighting
compose: add highlighting and automate version for compose-file
2020-09-22 14:31:41 +01:00
Usha Mandya d4e3c1e8eb
Merge pull request #11396 from ChangingTerry/patch-1
Add missing external flag indicator in secrets
2020-09-22 14:26:05 +01:00
Sebastiaan van Stijn 26916468d3
compose: add highlighting and automate version for compose-file
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-22 15:25:20 +02:00
Usha Mandya 8f2327a1aa
Merge pull request #11250 from sohmil97/patch-1
update docker-compose version
2020-09-22 14:23:51 +01:00
Usha Mandya 9a650ad8f7
Merge pull request #11372 from myroslavkhovalko/patch-1
Update release-notes.md
2020-09-22 14:14:05 +01:00
Usha Mandya 97bd6da1b8
Merge pull request #11399 from jjlin/patch-2
bind-mounts.md: source (host) path must be absolute
2020-09-22 14:11:27 +01:00
Jeremy Lin 24e175f880
bind-mounts.md: source/host path must be absolute 2020-09-19 02:19:25 -07:00
Terry Smith 4713bc5e51
Add missing external flag indicator in secrets
This is required otherwise it tries to read a non-existing file
2020-09-18 11:56:54 +01:00
Chris Crone 49c589d9d6
Add engine 19.03.13 release notes (#11395)
* Add engine 19.03.13 release notes

Signed-off-by: Chris Crone <christopher.crone@docker.com>

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-18 11:07:32 +01:00
Sebastiaan van Stijn 196fbe3649
Merge pull request #11369 from agbanagba/patch-1
Container base layer in jpg is 15.04
2020-09-18 00:58:35 +02:00
Usha Mandya e51dc133c6
Merge pull request #11390 from carehart/patch-3
correct missing bullet points
2020-09-17 23:57:08 +01:00
Usha Mandya ac59a8be13
Merge pull request #11391 from StefanScherer/wsl2-only-edge-1903
Clarify the min WSL 2 Windows OS version 2004 for Stable and 1903 for Edge
2020-09-17 21:55:15 +01:00
Usha Mandya 67476cbc9b
Add release notes for Desktop Edge 2.3.7.0 release (#11387)
* Add release notes for Desktop Edge 2.3.7.0 release

* Minor updates to the Desktop Edge 2.3.7.0 release notes

- compose update was removed
- add build number of candidate build (not yet confirmed)
- some feedback from Stephen Turner

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor updates for Desktop Edge 2.3.7.0

- updated Snyk version
- more bugfixes
- new URL

Signed-off-by: David Scott <dave.scott@docker.com>

Co-authored-by: David Scott <dave@recoil.org>
2020-09-17 21:53:41 +01:00
Stefan Scherer 7ac61ef10f
Clarify the min WSL 2 Windows OS version 2004 for Stable and 1903 for Edge
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-17 21:31:11 +02:00
Charlie Arehart 4e22ca29e6
correct missing bullet points
Signed-off-by: Charles Arehart <charlie@carehart.org>
2020-09-17 13:41:59 -05:00
Usha Mandya de97cdc2ee
Merge pull request #11381 from ingshtrom/11366-sidebar-formatting-fix
fix the background color of the sidebar on 'medium' sized devices
2020-09-17 14:43:16 +01:00
Alex Hokanson 3961a25364
remove height and color addition to nav-secondary on landscape
Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
2020-09-17 09:29:09 -04:00
Alex Hokanson 5b734e70e7
search input on top navbar has consistent coloring
Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
2020-09-17 09:21:43 -04:00
Sebastiaan van Stijn 26b3dcb392
Merge pull request #11383 from usha-mandya/11272-fix
Add a new redirect for binaries
2020-09-16 19:37:49 +02:00
Alex Hokanson ea886946c4
make colors more consistent at all sizes
Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com>
2020-09-16 12:27:56 -04:00
Usha Mandya ad16d51a58
Merge pull request #11382 from aiordache/bump_compose_1.27.3
Bump compose to 1.27.3
2020-09-16 16:59:59 +01:00