Commit Graph

55809 Commits

Author SHA1 Message Date
Usha Mandya 16655425ef
Merge pull request #12621 from hefeiyun/patch-1
Update fluentd.md
2021-04-23 10:58:54 +01:00
Usha Mandya c360e63834
Merge pull request #12650 from a-dpq/patch-1
Update 02_our_app.md
2021-04-23 10:31:14 +01:00
Usha Mandya 07cd9aba1b
Merge pull request #12727 from pagdot/patch-2
Fix compose file and compose-cli links
2021-04-23 09:55:55 +01:00
Paul Götzinger 85601f53b6
Fix compose file and compose-cli links
Use the directory instead of index.md as target
2021-04-21 13:57:22 +02:00
Usha Mandya a8601045e0
Merge pull request #12724 from thaJeztah/remove_ee_redirects
update old "ee" redirects to go to our homepage
2021-04-21 12:55:06 +01:00
Sebastiaan van Stijn fca842d405
update old "ee" redirects to go to our homepage
Looks like all links on the Mirantis docs website are broken and now showing
a 404, so those redirects are no longer useful.

This changes the redirects to go to our homepage instead; we can make
additional tweaks and/or create more specific redirects in a follow-up.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-21 12:29:22 +02:00
Usha Mandya 35087c61e1
Merge pull request #12703 from thaJeztah/dockerfile_syntax
use Dockerfile "syntax" directive in examples
2021-04-21 10:12:21 +01:00
Guillaume Lours f2822d7862
Change the repository link to open an issue on docker scan plugin (#12722)
* Change the repository link to open an issue on docker scan plugin

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Remove the statement on trials

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-21 09:36:58 +01:00
Nick Adcock 1e549f0c5d
Add images/{digest}/tags endpoint doc (#12677)
* Add images/{digest}/tags endpoint doc

Signed-off-by: Nick Adcock <nick.adcock@docker.com>

* Fix images/{digest}/tags description

Signed-off-by: Nick Adcock <nick.adcock@docker.com>

* HUB-5528 make images/tags API paginated

Signed-off-by: Nick Adcock <nick.adcock@docker.com>

* Minor update

* HUB-5528 remove accidental spacing

Signed-off-by: Nick Adcock <nick.adcock@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-20 18:49:52 +01:00
Usha Mandya c6e745623c
Merge pull request #12718 from thaJeztah/more_specific_select_styles
_scss: only disable text-selection in "console" code blocks
2021-04-20 14:25:03 +01:00
Sebastiaan van Stijn bd6a07bbb6
_scss: only disable text-selection in "console" code blocks
We don't want users to copy the prompt and process output in
"console" blocks, but for other code blocks (bash scripts, yaml)
copying comments should not be disabled.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 15:16:55 +02:00
Usha Mandya cbf39ec1a2
Merge pull request #12716 from thaJeztah/machine_markup
Fix docker machine install highlighting blocking copy/paste
2021-04-20 13:12:58 +01:00
Sebastiaan van Stijn 3b8aee9adc
Fix docker machine install highlighting blocking copy/paste
The code-blocks did not include line-continuation (`\`) symbols, causing
the code-highlighter to treat them as "process output", which is excluded
from copying/selecting.

Also made some minor touch-ups in markdown while working on this page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 13:29:44 +02:00
Ben De St Paer-Gotch 4d2993bcb1
Adding in points to clarify usage of official images (#12713)
* Adding in points to clarify usage of official images

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-20 11:39:12 +01:00
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Usha Mandya 30d2bd1e87
Merge pull request #12667 from thaJeztah/more_redirects
Add / update some redirects for old URLs and unify samples
2021-04-19 10:12:50 +01:00
Sebastiaan van Stijn 8563a00ad8
compose: move reference/overview page
This makes the compose command-line reference available at;

https://docs.docker.com/compose/reference/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:54:04 +02:00
Sebastiaan van Stijn 91ac76ae80
compose: remove old "index" page in favor of "overview"
First step: remove the old "index" page, as it was not linked from the TOC, and
was serving the same purpose as the "overview" page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:43:11 +02:00
Sebastiaan van Stijn 2305767d4d
samples/index.md: remove table for official images
This table now only provided a list of names with links to each
official image that we previously included in our docs. This list
may be outdated, and without a description present, did not add
value over the list that  can be found on Docker Hub.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:39:00 +02:00
Sebastiaan van Stijn 75624cd160
samples/index.md: reformat table
This should not make a difference for the rendered HTML, but makes the markdown
source slightly more readable.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:58 +02:00
Sebastiaan van Stijn f4ed09424b
move compose examples to the samples directory
Unifying all "examples" in this directory; some of these should still be
reviewed and/or removed in favor of examples from "awesome compose"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:56 +02:00
Sebastiaan van Stijn 06651b34b8
remove old "voting app" images that are no longer referenced
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:54 +02:00
Sebastiaan van Stijn e4455a5f8f
Add / update some redirects for old URLs, and move old engine examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-19 10:38:52 +02:00
Usha Mandya 1c76a91158
Merge pull request #12690 from alensymphony/patch-1
Update service_architecture.md
2021-04-16 18:10:57 +01:00
Usha Mandya 3bcf4ee068
Merge pull request #12685 from aiordache/compose_images
Add `compose images` command
2021-04-16 10:53:31 +01:00
Alen Hodzic a835739692
Update service_architecture.md
Typo.
2021-04-16 10:14:29 +02:00
Usha Mandya e97e266725
Merge pull request #12686 from usha-mandya/relnote-cleanup
Update Mac release notes
2021-04-15 20:36:01 +01:00
Usha Mandya f35dcd7e35 Update Mac release notes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-15 18:26:46 +01:00
Anca Iordache 5161d0fd07 Document `compose images` command
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-15 17:59:04 +02:00
Usha Mandya 98fc8ec2b5
Merge pull request #12663 from usha-mandya/engdocs-391
Docs for Desktop 3.3.1 release
2021-04-15 16:44:38 +01:00
Usha Mandya e670a8db62 Relnote updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-15 16:40:27 +01:00
Usha Mandya 0af20e212b
Merge pull request #12678 from aiordache/compose_1.29.1
Update release notes for docker-compose 1.29.1
2021-04-15 16:00:41 +01:00
Usha Mandya 023aced24e
Fix a typo 2021-04-15 15:54:31 +01:00
Usha Mandya 5db5ac020f
Merge pull request #12682 from europ/patch-1
fixed linux service commands
2021-04-15 15:33:35 +01:00
Usha Mandya 16359b7a67
Merge pull request #12654 from jiaming0708/patch-1
update the dotnet core image source
2021-04-15 15:29:57 +01:00
Usha Mandya 342d0cce67
Merge pull request #12670 from kerhong/patch-1
Clarify the source name of secrets and configs
2021-04-15 15:26:56 +01:00
Usha Mandya ff966e68ef
Merge pull request #12673 from AkihiroSuda/cgroup2
config/containers/runmetrics.md: cgroup v2 graduated from experimental (v20.10.6)
2021-04-15 15:22:47 +01:00
Sebastiaan van Stijn a6e2944ddf
Merge pull request #12648 from avivmu/patch-2
Rootless is not experimental anymore
2021-04-15 14:26:43 +02:00
Usha Mandya b3e3b483d4 Add blurb for Apple silicon, address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-15 12:28:25 +01:00
Adrián Tóth 464b1c03c9
fixed command inconsistency 2021-04-15 10:55:36 +02:00
Adrián Tóth e589713da8
fixed service restarting commands 2021-04-15 10:26:06 +02:00
Usha Mandya 5ac3f36ed8 Update relnotes, download buttons based on review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 19:12:01 +01:00
Usha Mandya e056bc66c2 Add Apple silicon banner to the homepage
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 19:08:45 +01:00
Anca Iordache 02ca9a22f6 Update release notes for docker-compose 1.29.1
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-14 19:12:25 +02:00
Usha Mandya fe6978d271 Add bug fixes since RC3
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 17:04:09 +01:00
Usha Mandya 5b330cfcce
Add docs for billing info updates (#12664)
* Add docs for billing info upates

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add release note on billing details consolidation

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update docker-hub/release-notes.md

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>

Co-authored-by: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com>
2021-04-14 14:27:54 +01:00
Usha Mandya 702a685a1e Add another relnote, fix feedback wording 2021-04-14 14:18:17 +01:00
Usha Mandya e285243514 Fix review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 13:13:29 +01:00
Usha Mandya 3961569a73 Update the title to avoid duplication
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 12:04:52 +01:00
Usha Mandya 28621b7258 Update docs and screenshots for automatic update UI changes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 11:40:57 +01:00