moby--moby/registry
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
..
auth.go Remove dead code in registry package 2015-07-21 11:45:53 -07:00
auth_test.go golint for cliconfig 2015-07-20 16:48:58 -07:00
authchallenge.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
config.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
endpoint.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
endpoint_test.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
registry.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
registry_mock_test.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
registry_test.go Update graph to use vendored distribution client for the v2 codepath 2015-07-16 13:13:47 -04:00
service.go Remove v1 registry mirror configuration from LookupEndpoints. 2015-07-21 15:21:41 -07:00
session.go better i/o timeout error on pull 2015-07-21 19:08:15 -07:00
token.go Registry: remove unwanted return variable name 2015-06-09 10:58:33 +08:00
types.go Remove unused types in registry package 2015-07-21 11:53:57 -07:00