From ed4cba18618732be42a27d12ea8e57ce3b755df7 Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Fri, 24 Jan 2014 16:18:02 -0800 Subject: [PATCH] Create a -G option that specifies the group which unix sockets belong to. Docker-DCO-1.1-Signed-off-by: Evan Krall (github: EvanKrall) Upstream-commit: 920d1683e29dbda88f12a1ef5b3be5f145f9d3d3 Component: cli --- components/cli/docs/sources/reference/commandline/cli.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cli/docs/sources/reference/commandline/cli.rst b/components/cli/docs/sources/reference/commandline/cli.rst index ccb5314fac..c7ce421d88 100644 --- a/components/cli/docs/sources/reference/commandline/cli.rst +++ b/components/cli/docs/sources/reference/commandline/cli.rst @@ -71,6 +71,7 @@ Commands Usage of docker: -D, --debug=false: Enable debug mode -H, --host=[]: Multiple tcp://host:port or unix://path/to/socket to bind in daemon mode, single connection otherwise. systemd socket activation can be used with fd://[socketfd]. + -G, --group="docker": Group to assign the unix socket specified by -H when running in daemon mode; use '' (the empty string) to disable setting of a group --api-enable-cors=false: Enable CORS headers in the remote API -b, --bridge="": Attach containers to a pre-existing network bridge; use 'none' to disable container networking --bip="": Use this CIDR notation address for the network bridge's IP, not compatible with -b