79992184e0
docs: dockerd: rephrase environment-variables intro
...
Slightly rephrase the intro (remove "easy reference"), and cross-reference
the corresponding section on the docker CLI page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-01-11 14:55:16 +01:00
4d2b4e7fba
docs: dockerd: fix stray column-separateor in env-var table
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-01-11 13:54:39 +01:00
909111b3ad
docs: fix incorrect heading levels in docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-01-05 16:41:26 +01:00
b36c16d38d
Merge pull request #4754 from thaJeztah/fix_seccomp_defaults
...
cli/command/container: parseSecurityOpts: fix --security-opt seccomp=builtin
2024-01-05 14:30:33 +01:00
6d0aa0a52d
cli/command/container: parseSecurityOpts: fix --security-opt seccomp=builtin
...
Docker v23.0 and up allow the daemon to be configured to have seccomp disabled
by default (using the "unconfined" profile as default), and introduced a new
"builtin" profile-name for the default (see [moby@f8795ed364586acd][1] and
[mnoby@ac449d6b5ad29a50][2]).
However, the CLI had no special handling for the "builtin" profile, which
resulted in it trying to load it as a file, which would fail;
docker run -it --rm --security-opt seccomp=builtin busybox
docker: opening seccomp profile (builtin) failed: open builtin: no such file or directory.
See 'docker run --help'.
This patch adds a special case for the "builtin" profile, to allow using the
default profile on daemons with seccomp disabled (unconfined) by default.
[1]: f8795ed364
[2]: ac449d6b5a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-01-05 12:19:00 +01:00
9be600a97b
Docker build command docs refresh
...
Co-authored-by: Sebastiaan van Stijn <github@gone.nl >
Signed-off-by: Chris Chinchilla <chris.ward@docker.com >
2024-01-05 00:07:34 +01:00
878b1c55b7
docs: add links to volume ls, network ls, stack ps formatting examples
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-01-03 16:53:47 +01:00
33827cdd08
Merge pull request #4733 from dvdksn/docs-engine-plugins-refresh
...
docs: add kathara network plugin
2023-12-21 09:25:05 +01:00
8dd2cda041
Merge pull request #1450 from lifubang/servicelsdoc
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / e2e (19.03-dind, non-experimental) (push) Has been cancelled
e2e / e2e (alpine, stable-dind, connhelper-ssh) (push) Has been cancelled
e2e / e2e (alpine, stable-dind, experimental) (push) Has been cancelled
e2e / e2e (alpine, stable-dind, non-experimental) (push) Has been cancelled
e2e / e2e (debian, stable-dind, connhelper-ssh) (push) Has been cancelled
e2e / e2e (debian, stable-dind, experimental) (push) Has been cancelled
e2e / e2e (debian, stable-dind, non-experimental) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-11) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
fixes id and name filter in service ls is the prefix not a part
2023-12-21 01:10:11 +01:00
60af715d65
id and name filter in service ls is the prefix not a part
...
Signed-off-by: Lifubang <lifubang@acmcoder.com >
2023-12-21 01:04:56 +01:00
90a1887d3c
Fix wrong docker run command
...
It forgot the image name ubuntu
Signed-off-by: QQ喵 <gqqnb2005@gmail.com >
2023-12-21 00:58:20 +01:00
64e9cadd1c
Add networking reference link
...
Co-authored-by: Sebastiaan van Stijn <github@gone.nl >
Signed-off-by: Chris Chinchilla <chris.ward@docker.com >
2023-12-21 00:31:02 +01:00
924ec7f4ca
docs/deprecated: update "oom-score-adjust" status for daemon
...
Using this option on the daemon will now produce an error (flag will
be removed entirely in v26.0).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-20 23:31:15 +01:00
800a728e12
deprecated: fix anchor and add missing version
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-20 23:14:51 +01:00
c1c6198aed
docs: deprecate short cid in Aliases field
...
Related to https://github.com/moby/moby/pull/46853
Co-Authored-by: Sebastiaan van Stijn <github@gone.nl >
Signed-off-by: Albin Kerouanton <albinker@gmail.com >
2023-12-20 23:07:22 +01:00
53a129e3d4
docs(plugins): remove Weave engine network plugin
...
Linked URL returned 404, looks like there's a v2 plugin now instead
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-20 21:17:21 +01:00
3ecd6b6c7f
docs(plugins): remove inline CSS markup
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-20 21:17:21 +01:00
a4d805f9cf
docs(plugins): add Kathará engine network plugin
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-20 21:17:09 +01:00
1dcd5487f0
docs(plugins): update Docker Store to Docker Hub
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-20 21:16:55 +01:00
5eac07b103
update typos and style in docs
...
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com >
2023-12-19 19:30:55 +01:00
5ba998d6b4
Merge pull request #4712 from dvdksn/docs-tier1-fresshness-q4
...
docs: editorial improvements, typo fixes
2023-12-19 19:23:32 +01:00
6fd4cff1f7
docs: minor editorial improvements, typo fixes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-19 17:15:38 +01:00
ca9ff8dafc
docs: run-reference: use table for health options
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-13 16:00:10 +01:00
77e67a0f92
docs/deprecated: mark logentries logging-driver as "removed"
...
This driver has been deprecated and removed because the service
is no longer operational. Update the deprecated features docs to
mention it's been fully removed in Docker v25.0.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-13 13:19:33 +01:00
d79dd7c531
docs, man: remove logentries logging-driver
...
This driver has been deprecated and removed because the service
is no longer operational. Remove it from the sample output.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-13 13:16:31 +01:00
103840e85e
Merge pull request #4615 from dvdksn/docs-cli-reference-refresh
...
docs: refactor cli run reference
2023-12-13 12:46:26 +01:00
e81a666614
docs/deprecated: mark logentries log-driver for removal
...
The service has been discontinued on November 15, 2022:
> Dear Logentries user,
>
> We have identified you as the owner of, or collaborator of, a Logentries
> account.
>
> The Logentries service will be discontinued on November 15th, 2022. This
> means that your Logentries account access will be removed and all your
> log data will be permanently deleted on this date.
>
> Next Steps
> If you are interested in an alternative Rapid7 log management solution,
> InsightOps will be available for purchase through December 16th, 2022.
> Please note, there is no support to migrate your existing Logentries
> account to InsightOps.
>
> Thank you for being a valued user of Logentries.
>
> Thank you,
> Rapid7 Customer Success
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-13 10:04:40 +01:00
f8dd8f074d
docs: refresh --publish, add --publish-all
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 22:36:26 +01:00
2e394eb5f4
docs: rewrite section on working directory
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:45:40 +01:00
4a84514552
docs: rewrite section on setting user id
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:07 +01:00
259aa90059
docs: rewrite section on filesystem mounts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:07 +01:00
52716c813b
docs: move --tmpfs to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:07 +01:00
5ede4c82ac
docs: minor improvements to the healthcheck section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:07 +01:00
7585d66a07
docs: rewrite section on overriding environment variables
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:07 +01:00
3eeac20593
docs: rewrite section on exposing ports
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-12 10:44:01 +01:00
0a94d85cd6
docs: fix typo in "network create" docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-12-11 22:33:52 +01:00
b01e287527
docs: rewrite section on default entrypoint
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:18:53 +01:00
c695ad9d74
docs: rewrite section on overriding image defaults
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:18:53 +01:00
4a6cde8859
docs: move --log-driver to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:18:51 +01:00
72df1960e1
docs: move --cgroup-parent to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
9e75a4cf61
docs: move --init to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
92c664b0dc
docs: move info about --security-opt to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
f98444490f
docs: move --rm to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
32189ca273
docs: improve description about container exit codes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
dbffa0d121
docs: move --restart to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
73620975d0
docs: simplify container networking intro
...
Create an easier to digest introduction to container networking,
move the bulk of information to the networking overview page.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
5dd6e9a4d4
docs: move --ipc to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
ff62bf47b0
docs: move --uts to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
d66fe78810
docs: move --pid to docker run reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00
03dc8832ed
docs: improve docs on container identification
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2023-12-11 22:17:21 +01:00