summaryrefslogtreecommitdiff
path: root/api/client/cli.go
Commit message (Expand)AuthorAgeFilesLines
* Pass upstream client's user agent through to registry on operations beyond pullsAaron Lehmann2016-03-211-1/+5
* Client credentials store.David Calavera2016-02-291-0/+4
* Apply context changes to the client.David Calavera2016-02-041-5/+17
* Windows: Add support for named pipe protocolJohn Starks2016-02-011-6/+1
* Skip Close()-ing stdin on Darwin. The Return.Tibor Vass2016-02-011-1/+5
* Move tty set and restore to callerMichael Crosby2016-01-201-0/+23
* Make sure docker api client implements engine-api client.David Calavera2016-01-071-1/+1
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-291-1/+1
* Add --format support to images commandVincent Demeester2015-12-211-1/+7
* pkg/version.Version: use the new String() methodAditi Rajagopal2015-12-181-1/+1
* Remove api client lib dependency on tlsconfig and sockets packages.David Calavera2015-12-171-1/+21
* Add a DOCKER_API_VERSION env varDoug Davis2015-12-141-1/+6
* Force API versioning in the client library.David Calavera2015-12-141-1/+2
* Remove old http from the docker cli.David Calavera2015-12-091-24/+0
* Create interface that clients that talk to the api must fulfill.David Calavera2015-12-091-1/+1
* Extract API client struct as standalone client.David Calavera2015-12-091-62/+58
* Make default tls host workLei Jitang2015-10-191-1/+6
* Remove used param on ParseHostDoug Davis2015-10-111-7/+2
* Default the tcp port to 2376 if tls is on, and 2375 if notSven Dowideit2015-10-091-7/+9
* Refactor CLI docker saveHu Keping2015-09-111-1/+1
* Use default no-op uuid.Loggerf for client cliTibor Vass2015-07-301-4/+0
* Set uuid.Loggerf to nop on client and to logrus.Warnf on daemonTibor Vass2015-07-291-0/+5
* api/client fix golint errors/warningsroot2015-07-291-0/+4
* cli: new daemon command and new cli packageTibor Vass2015-07-231-165/+77
* Docker ps custom formatting.David Calavera2015-07-201-0/+4
* add support for base path in docker cli -HVictor Vieux2015-07-081-0/+12
* Add support for DOCKER_CONFIG/--config to specific config file dirDoug Davis2015-07-101-3/+1
* Plugins JSON spec.David Calavera2015-06-291-2/+2
* api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-5/+38
* Merge pull request #13428 from duglin/niceHelp2David Calavera2015-05-281-9/+9
|\
| * Carry #11858Doug Davis2015-05-231-5/+2
| * adding nicer help when missing arguments (#11858)Jason Shepherd2015-05-191-5/+8
* | Volumes refactor and external plugin implementation.David Calavera2015-05-211-15/+2
|/
* Use stderr instead of logrus for CLI error messagesDoug Davis2015-05-121-0/+8
* a few cleanups for client outputQiang Huang2015-05-051-2/+1
* Move CLI config processing out from under registry dirDoug Davis2015-04-231-4/+5
* Fix golint errors in docker/api/clientPeggy Li2015-04-221-0/+7
* Add .docker/config.json and support for HTTP HeadersDoug Davis2015-04-201-8/+7
* add docs for DockerCli and NewDockerClibuddhamagnet2015-04-141-16/+33
* Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-1/+1
* Use syscall consts, check for errors,Sachin Joshi2015-03-161-2/+2
* ANSI terminal emulation for windowsSachin Joshi2015-03-161-9/+2
* Normalize the log for docker subcommand usage,Zen Lin(Zhinan Lin)2015-03-111-2/+5
* Do not use HTTP_PROXY for unix sockBrian Goff2015-02-121-1/+1
* Export $HOME lookup to pkg/homedirAhmet Alp Balkan2015-02-061-2/+2
* Extract $HOME usages into utils.GetHomeDir()Ahmet Alp Balkan2015-02-051-1/+2
* Defer creation of trust key file until neededDerek McGowan2015-01-291-4/+3
* Add ProxyFromEnvironment enables client via proxy.Anders Janmyr2015-01-081-0/+1
* Exit with non-zero code on first argument parsing errorMichal Minar2015-01-061-2/+8