moby--moby/runconfig
Tibor Vass 96ce3a194a cli: new daemon command and new cli package
This patch creates a new cli package that allows to combine both client
and daemon commands (there is only one daemon command: docker daemon).

The `-d` and `--daemon` top-level flags are deprecated and a special
message is added to prompt the user to use `docker daemon`.

Providing top-level daemon-specific flags for client commands result
in an error message prompting the user to use `docker daemon`.

This patch does not break any old but correct usages.

This also makes `-d` and `--daemon` flags, as well as the `daemon`
command illegal in client-only binaries.

Signed-off-by: Tibor Vass <tibor@docker.com>
2015-07-23 19:44:46 -04:00
..
fixtures Refactor test and add coverage to runconfig 2015-07-01 10:16:36 +02:00
compare.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
compare_test.go Remove panic in nat package on invalid hostport 2015-07-17 13:02:54 -07:00
config.go Move /nat to /pkg/nat 2015-06-30 17:43:17 +01:00
config_test.go Refactor test and add coverage to runconfig 2015-07-01 10:16:36 +02:00
exec.go Revert "Add docker exec run a command in privileged mode" 2015-05-26 14:12:16 -07:00
exec_test.go Add minor vet fixes 2015-07-12 19:16:38 +02:00
hostconfig.go Adds support for specifying additional groups. 2015-07-13 14:47:28 -04:00
hostconfig_test.go Add minor vet fixes 2015-07-12 19:16:38 +02:00
hostconfig_unix.go Windows: Refactor network modes 2015-06-29 13:13:55 -07:00
hostconfig_windows.go Windows: Wrong build tag in runconfig 2015-07-08 11:38:28 -07:00
merge.go Add break after key is found in for loop 2015-07-03 20:37:34 +02:00
merge_test.go Remove panic in nat package on invalid hostport 2015-07-17 13:02:54 -07:00
parse.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
parse_experimental.go Promote volume drivers from experimental to master. 2015-07-21 09:32:44 -07:00
parse_stub.go Mark --volume-driver as experimental 2015-05-21 20:34:17 -07:00
parse_test.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
parse_unix.go Windows: Refactor network modes 2015-06-29 13:13:55 -07:00
parse_windows.go Fix Windows CI fail due to GH13866 and patch up tests 2015-07-09 10:09:45 -07:00