4a2f7d8092
Deprecate "daemon" subcommand
...
The daemon is in a separate (dockerd) binary
since docker 1.12, so should no longer be
used.
This marks the command as deprecated, and
adds it to the deprecated features list.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-09-23 00:26:27 +02:00
ad96b991e9
Fix daemon command proxy.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2016-08-26 12:19:02 -04:00
08784d7e0e
Convert docker root command to use pflag and cobra
...
Fix the daemon proxy for cobra commands.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2016-08-25 13:09:03 -04:00
90e5326097
Support running 'docker help daemon'
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2016-06-09 13:22:03 -04:00
765ab2b692
Raise a more relevant error when dockerd is not available on the platform.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2016-05-02 11:59:25 -04:00
625263e2c7
When exec'ing dockerd, look for it in the same directory as the docker binary first, before checking path.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2016-05-02 11:52:50 -04:00
c6919a6e79
Make dockerd debuggable
...
Signed-off-by: John Howard <jhoward@microsoft.com >
2016-04-26 09:35:22 -07:00