Files
moby/cmd/dockerd
Sebastiaan van Stijn 2376ebd3f2 fix --cluster-store-opt deprecation annotation
Commit 1470697b67 marked this flag
as deprecated, but inadvertedtly used the plural (which is used
for `daemon.json`, but not for the flag name.

This fixes the inccorect name of the flag.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-16 14:42:19 +02:00
..
2020-04-14 08:26:07 -07:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2019-09-18 12:56:54 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

This file provides first line CLI argument parsing and environment variable setting.