Chee Hau Lim
1d4431c1e7
cli/command: Add quiet option for create and run
...
Signed-off-by: Chee Hau Lim <cheehau.lim@mobimeo.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 14:20:18 +01:00
Sebastiaan van Stijn
7dcd85007b
Merge pull request #3450 from thaJeztah/docs_unify_run_create
...
docs: unify "docker create" and "docker run" reference
2022-03-01 13:59:38 +01:00
Sebastiaan van Stijn
6c16afe1d4
docs: unify "docker create" and "docker run" reference
...
The `docker create` command shares most (all) of its options with `docker run`,
which uses `docker create` under the hood. The `docker create` reference docs
already referred users to the `docker run` sections for details, but some
flags were only documented on the `docker create` page.
This patch:
- moves those flags from the `docker create` to the `docker run` page
- does some minor rephrasing and touch-ups.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 12:45:40 +01:00
Chee Hau Lim
7eb61e2ffc
docs: add missing documentation for --pull flag
...
These options were added in 22cd418967 ,
but did not update the documentation.
Signed-off-by: Chee Hau Lim <cheehau.lim@mobimeo.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 11:40:36 +01:00
CrazyMax
a650f4ddd0
switch to cli-docs-tool for yaml docs generation
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
switch to cli-docs-tool and validate yamldocs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-25 17:11:16 +01:00
Sebastiaan van Stijn
39ace68061
docs/yaml: remove deprecated io/ioutil and use t.TempDir()
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-25 15:42:20 +01:00
Sebastiaan van Stijn
6ea2767289
config: mark stackOrchestrator option as deprecated
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-24 13:35:03 +01:00
Sebastiaan van Stijn
b7d0f5c667
docs: add more details to stack kubernetes deprecation
...
Explicitly mention flags and environment variables that were removed, to
make the deprecation more discoverable.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-24 12:28:38 +01:00
Sebastiaan van Stijn
6dcfbe6627
docs: update list of supported filters for stack services
...
Remove mentions of which options are supported by Kubernetes.
Note that there's some filters remaining that were marked as "not supported
by swarm": those filters need to be checked if this is accurate (and if so,
those filters must be removed).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-24 12:28:36 +01:00
Sebastiaan van Stijn
039018b6d3
docs: remove deprecated orchestrator flags
...
Removes the flags that have been deprecated or removed;
- --default-stack-orchestrator
- --kubernetes
- --kubeconfig
- --namespace
- --orchestrator
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-24 12:28:29 +01:00
Sebastiaan van Stijn
869370a3fe
docs: remove mention of DOCKER_STACK_ORCHESTRATOR env-var
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-24 12:26:20 +01:00
Nicolas De Loof
013a74f002
document kubernetes feature as "removed" in 21.xx
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-24 10:24:30 +01:00
Nicolas De Loof
7b9580df51
Drop support for (archived) Compose-on-Kubernetes
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 13:47:34 +01:00
Sebastiaan van Stijn
c780f7c4ab
Merge pull request #3314 from crazy-max/buildx-default
...
Set buildx as default builder
2022-02-03 21:20:07 +01:00
Sebastiaan van Stijn
e39da95a7e
Merge pull request #3225 from LeoSko/patch-1
...
Update dockerd.md - simple typo
2022-02-03 16:11:49 +01:00
Sebastiaan van Stijn
fd2274692f
Update deprecation docs
...
- expand a bit on what's happening
- clarify start of deprecation of the classic builder
- show examples of error and warning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-03 10:38:06 +01:00
CrazyMax
4d8e45782b
builder: fallback to legacy
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-03 10:38:05 +01:00
Leonid Skorospelov
0ca2d25ba8
Update dockerd.md
...
Simple typo
Signed-off-by: Leonid Skorospelov <leosko94@gmail.com >
2022-02-02 22:43:31 +02:00
Zeel B Patel
2d6ebd1e3e
Correct device syntax to --gpus
...
Signed-off-by: Zeel B Patel <patel_zeel@iitgn.ac.in >
2022-01-30 14:14:42 +05:30
Sebastiaan van Stijn
08a1ccc60a
Remove support for encrypted TLS private keys
...
> Legacy PEM encryption as specified in RFC 1423 is insecure by design. Since
> it does not authenticate the ciphertext, it is vulnerable to padding oracle
> attacks that can let an attacker recover the plaintext
From https://go-review.googlesource.com/c/go/+/264159
> It's unfortunate that we don't implement PKCS#8 encryption so we can't
> recommend an alternative but PEM encryption is so broken that it's worth
> deprecating outright.
This feature allowed using an encrypted private key with a supplied password,
but did not provide additional security as the encryption is known to be broken,
and the key is sitting next to the password in the filesystem. Users are recommended
to decrypt the private key, and store it un-encrypted to continue using it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-01-27 14:26:32 +01:00
Sebastiaan van Stijn
ae3a61439b
docs/daemon: replace deprecated '-g' option for '--data-root'
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-01-13 15:01:29 +01:00
Sebastiaan van Stijn
2fe3515f82
Merge pull request #3340 from SuperSandro2000/patch-1
...
Fix typo
2021-12-19 12:41:38 +01:00
Sandro
2725f09873
Fix typo
...
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com >
2021-12-19 05:43:09 +01:00
Pieter E Smit
a1204a50b7
Update stats.md add example json output
...
Signed-off-by: Pieter E Smit <diepes@github.com >
2021-12-13 11:18:55 +01:00
Sebastiaan van Stijn
548fd20087
Merge pull request #3372 from knocte/patch-1
...
docker exec cli docs: show 2 env vars, not just 1
2021-12-09 12:28:07 +01:00
Andres G. Aragoneses
418dbc4e77
docker exec cli docs: show 2 env vars, not just 1
...
This way it's more clear for the reader that the flag can be used
more than once.
Signed-off-by: Andres G. Aragoneses <knocte@gmail.com >
2021-12-09 07:27:12 +08:00
Sebastiaan van Stijn
e156f9b766
Merge pull request #3360 from jlecordier/patch-1
...
fix missing closing parenthese
2021-12-08 19:55:29 +01:00
jlecordier
a185143707
added missing closing parenthese
...
Signed-off-by: jlecordier <jeanlecordier@hotmail.fr >
2021-12-08 18:02:45 +01:00
Sebastiaan van Stijn
a34e921be7
Merge pull request #3105 from larstomas/patch-1
...
Change IO order in description
2021-12-08 13:08:50 +01:00
Sebastiaan van Stijn
d18275a90c
Merge pull request #2976 from JonZeolla/fix-docker-run-env-docs
...
Fix mistake with env var example in docker run docs
2021-12-08 12:04:51 +01:00
Tomas Bäckman
c6636d4d65
Change IO order in description
...
Change the order of received/written and sent/read in NET I/O and BLOCK I/O description reflect the order in I/O (Input/Output).
From example above:
CONTAINER NAME: awesome_brattain
BLOCK I/O: 147kB / 0B
awesome_brattain has written 147kB and read 0B
Signed-off-by: Tomas Bäckman <larstomas@gmail.com >
2021-12-08 11:50:08 +01:00
Sebastiaan van Stijn
5e0f1b9dcc
Merge pull request #3142 from govindrai/patch-1
...
Add information on WORKDIR
2021-12-08 11:41:54 +01:00
Sebastiaan van Stijn
6067738955
Merge pull request #3164 from tnir/dockerfile-syntax
...
Fix the (dead) link for docs for Dockerfile syntax reference
2021-12-08 11:38:29 +01:00
Sebastiaan van Stijn
a0720cb071
Merge pull request #3276 from brdbkr/master
...
Fixing typo (his --> its)
2021-12-08 11:14:38 +01:00
Sebastiaan van Stijn
469fe5733e
Merge pull request #3282 from Gsealy/table-format
...
format create.md table
2021-12-08 11:13:33 +01:00
Mike Dalton
6ad2ceba3c
Update Ubuntu version number references in push.md
...
Ubuntu version references were a mixture of 14.04 (in descriptions) and 20.04 (in example code). Updated description references to 20.04 to match example code.
Signed-off-by: Mike Dalton <mikedalton@github.com >
2021-12-08 17:09:10 +09:00
Sebastiaan van Stijn
3fb4fb83df
Merge pull request #3245 from thaJeztah/remove_stopsignal_default
...
create/run: remove default --stop-signal
2021-11-02 12:17:39 +01:00
Peter Dave Hello
417f97605f
Update most links in docs to use https by default
...
cc @thaJeztah docker/docker.github.io#13680
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org >
2021-10-15 15:04:36 +08:00
Sebastiaan van Stijn
8c73a93925
docs: some minor touch-ups in checkpoint reference
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-10-11 16:18:14 +02:00
Sebastiaan van Stijn
795c9c96b3
docs: remove trailing space to fix generated YAML format
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-10-07 09:13:21 +02:00
Sebastiaan van Stijn
d0eeb4cbfc
Merge pull request #3321 from fishmandev/docs_typo_fix
...
docs: create.md: typo fix
2021-10-06 16:50:12 +02:00
Sebastiaan van Stijn
f3f4414520
Merge pull request #3316 from clover0/fix_search_command_result
...
docs: fix search results by filtered is-official
2021-10-06 16:36:18 +02:00
Dmitriy Fishman
a3832808f3
docs: create.md: typo fix
...
Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com >
2021-10-04 07:26:41 +03:00
Dmitriy Fishman
c4619fb341
Update deprecated.md
...
Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com >
2021-09-30 18:48:47 +03:00
takeshi.koenuma
1de937c144
docs: fix search results by filterd is-official
...
Signed-off-by: takeshi.koenuma <t.koenuma2@gmail.com >
2021-09-30 12:45:59 +09:00
Sebastiaan van Stijn
47e5cfa9e9
docs: fix description of restart-delay to mention max (1 minute)
...
Commit https://github.com/docker/docker/commit/9bd3a7c0297fdb93deb846070c85ac23da0a20e8
(docker 17.04 and up) added a maximum timeout of 1 minute to the
restart timeout.
This patch updates the documentation to match the current behavior.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-09-22 17:55:45 +02:00
Sebastiaan van Stijn
e3023ca3e3
Merge pull request #3295 from pepawel/fix/private-default-address-pools
...
Use private network address for default-address-pools setting in daem…
2021-09-16 16:52:24 +02:00
Pawel
6482f3f9b0
Use private network address for default-address-pools setting in daemon.json example
...
Signed-off-by: Pawel <pepawel@users.noreply.github.com >
2021-09-16 16:23:40 +02:00
Silvin Lubecki
8007fe68aa
Merge pull request #3266 from thaJeztah/add_redirect
...
docs: add missing redirect, and remove /go/experimental redirect
2021-09-15 14:16:14 +02:00
Sebastiaan van Stijn
2621af848a
docs: fix some broken anchors
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-09-13 16:20:09 +02:00