Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

docker man page: clarify /etc/docker/daemon.json may not exist or empty #668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/cli/docs/reference/commandline/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Options:
--bip string Specify network bridge IP
-b, --bridge string Attach containers to a network bridge
--cgroup-parent string Set parent cgroup for all containers
--config-file string Daemon configuration file (default "/etc/docker/daemon.json")
--config-file string Daemon configuration file (default "/etc/docker/daemon.json", may not exist or be empty)
--containerd string containerd grpc address
--containerd-namespace string Containerd namespace to use (default "moby")
--containerd-plugins-namespace string Containerd namespace to use for plugins (default "plugins.moby")
Expand Down