Commit Graph

55968 Commits

Author SHA1 Message Date
Usha Mandya 89be5acf8b Docs for 2FA recovery code update
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-28 10:55:44 +01:00
AJ Bovaird 496ac045d4 Fix YAML indentation for java CI/CD guide 2021-04-27 10:51:30 -04:00
AJ Bovaird 3964047c04 Fix YAML indentation for nodejs CI/CD guide 2021-04-27 10:50:45 -04:00
AJ Bovaird 0f1c5cbd60 Fix YAML indentation for python CI/CD guide 2021-04-27 10:44:40 -04:00
Usha Mandya d804b08495
Merge pull request #12746 from porterdarby/patch-1
`condition` is supported for `depends_on`
2021-04-27 13:17:45 +01:00
Usha Mandya 6a90c2b474
Merge pull request #12266 from novakivanovski/patch-1
Self-signed certificate with Kubernetes fix
2021-04-27 10:36:41 +01:00
Usha Mandya 0265785bc9
Merge pull request #12755 from zappy-shu/HUB-5515-list-images-current-tag-filter
Doc currently_tagged filter for image list API
2021-04-27 09:36:02 +01:00
Nick Adcock 1027c43e4d Doc currently_tagged filter for image list API
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2021-04-27 09:02:03 +01:00
Sebastiaan van Stijn 9eea63bdb3
Merge pull request #12750 from usha-mandya/nodejs-cleanup-patch
Remove duplicate docs
2021-04-26 20:13:09 +02:00
Guillaume Tardif 68aed40bf9
Remove more incompatible flags (#12751)
* Remove more incompatible flags

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-26 17:47:04 +01:00
Usha Mandya c6eb57a45d Remove duplicate docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 15:43:24 +01:00
Usha Mandya 2142f1fbc6
Merge pull request #12749 from usha-mandya/m1-cleanup-patch
Remove M1 doc
2021-04-26 15:42:24 +01:00
Usha Mandya ab200c673c Remove M1 doc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 15:14:18 +01:00
Usha Mandya 5b33a4ec57
Merge pull request #12743 from thaJeztah/fixup_samples
Fix samples redirect, and remove old sshd from TOC
2021-04-26 09:41:58 +01:00
Usha Mandya 27b31d4758
Add Java get started guide (#12725)
* Adg Java get started guide

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

* Address review comments

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

* Fix alignment issues

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

* Fix style issues

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-26 09:37:29 +01:00
Porter Darby c947472050
`condition` is supported for `depends_on`
Removed a statement about `condition` not being supported for `depends_on` in Version 3, as it is supported.
2021-04-24 22:05:45 -04:00
Sebastiaan van Stijn 9ddb934f04
Fix samples redirect, and remove old sshd from TOC
- The /samples/wordpress/ location collided with an old redirect
  to the official images, so removed the redirect
- Removed the sshd example from the table and TOC, as the example
  was removed, and now pointing to an alternative examples. The
  page is kept for people that may have bookmarked it, but no
  need to include it in the navigation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-24 11:33:17 +02:00
Sebastiaan van Stijn 0ea0a6173f
Merge pull request #12647 from benmccann/rootless-install
Reduce duplication by referencing existing rootless Docker docs
2021-04-24 11:15:18 +02:00
Zane Dufour 7e7645082e
Add --service-ports note to ports section (#12658)
* Add --service-ports note to ports section

## Description

Add note in `ports` section of file reference docs pointing to the `run` command's `--service-ports` flag

## Motivation

Spent quite a few hours spinning my wheels before I came across `run`'s `--service-ports` flag.

I'm struggling to find the issue where I found this, but the comment pointing to `--service-ports` had a lot of reacts, so this might be a relatively common 

## Things I'd still like to do

- [ ] link to the [`--service-ports` docs](https://github.com/docker/docker.github.io/blob/master/compose/reference/run.md) -- not sure how to do this
- [ ] clean up location of this note -- not sure if I've put the note in a good place -- we can shunt it to the bottom
- [ ] Duplicate for older versions

Thanks

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-23 16:17:59 +01:00
Usha Mandya 66983ca5fc
Merge pull request #12735 from thaJeztah/vlan_network
Migrate IPvlan docs from CLI to docs repository
2021-04-23 15:36:53 +01:00
Sebastiaan van Stijn c88e4718cf
Merge pull request #12706 from aofdev/patch-2
Update examples.md (Add parameter platform value is nil)
2021-04-23 16:27:34 +02:00
Sebastiaan van Stijn 13b1a61a2d
Merge pull request #12705 from aofdev/patch-1
Update index.md (Add parameter platform value is nil)
2021-04-23 16:26:02 +02:00
Sebastiaan van Stijn 3ff117bf5d
network/ipvlan: copy edits and minor touch-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-23 16:07:07 +02:00
Anders Eriksson f6f664f50d
Change wording to match "docker rm -f" command (#12601)
* Change wording to match "docker rm -f" command

Wording says *stop* when the corresponding command is `docker rm -f`.

* Clarify stop and remove

As the container is still running, this step stops the container and then removes it.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-23 12:01:23 +01:00
Usha Mandya cffa291ecb
Merge pull request #12696 from thaJeztah/dual_logging_options
logging: document dual-logging cache options
2021-04-23 12:00:33 +01:00
Sebastiaan van Stijn c16602dbfb
logging: document dual-logging cache options
While dual-logging is enabled automatically, it is possible to disable
this feature, or to configure the default options. This patch adds
documentation for these options.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-23 12:55:11 +02:00
Lorena Rangel aee449548d Remove references to Docker Stack and update image
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-04-23 12:15:06 +02:00
Usha Mandya b6fc755f53
Merge pull request #12689 from chris-crone/build-secrets
Update build secrets documentation
2021-04-23 11:00:48 +01:00
Usha Mandya 1ffa7b17f1
Merge pull request #12702 from stefanloerwald/patch-2
Fixes docker/distribution-library-image/issues/107
2021-04-23 11:00:08 +01:00
Usha Mandya b9529fcbaf
Merge pull request #12729 from MatthiasScholzTW/patch-1
Fixing documentation typo for license command
2021-04-23 10:59:08 +01:00
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 f47930bcb0
Merge branch 'master' into build-secrets 2021-04-23 10:26:25 +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
Sebastiaan van Stijn 161ae8086f
network/ipvlan: add to TOC, and some minor touch ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:39:31 +02:00
Sebastiaan van Stijn 1cebc476b1
Migrate IPvlan docs from CLI to docs repository
Merge remote-tracking branch 'cli_temp/master' into vlan_network

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:27:57 +02:00
Matthias Scholz 0dd3dcd6ae
📝 🐛 typo command 2021-04-21 16:02:53 +02: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
Visarut Phusua 1fc1f0e4c9
Add parameter platform value is nil
- Run a container in the background
- Commit a container
2021-04-20 00:51:47 +07:00