COMMITS
/ api/client/cli.go March 18, 2016
A
Pass upstream client's user agent through to registry on operations beyond pulls
Aaron Lehmann committed
February 8, 2016
D
Client credentials store.
David Calavera committed
February 3, 2016
D
Apply context changes to the client.
David Calavera committed
January 31, 2016
J
Windows: Add support for named pipe protocol
John Starks committed
February 2, 2016
T
Skip Close()-ing stdin on Darwin. The Return.
Tibor Vass committed
January 20, 2016
M
Move tty set and restore to caller
Michael Crosby committed
January 8, 2016
D
Make sure docker api client implements engine-api client.
David Calavera committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 30, 2015
D
Remove usage of pkg sockets and tlsconfig.
David Calavera committed
December 18, 2015
V
Add --format support to images command
Vincent Demeester committed
A
pkg/version.Version: use the new String() method
Aditi Rajagopal committed
December 17, 2015
D
Remove api client lib dependency on tlsconfig and sockets packages.
David Calavera committed
August 31, 2015
D
Add a DOCKER_API_VERSION env var
Doug Davis committed
December 14, 2015
D
Force API versioning in the client library.
David Calavera committed
December 7, 2015
D
Remove old http from the docker cli.
David Calavera committed
December 4, 2015
D
Create interface that clients that talk to the api must fulfill.
David Calavera committed
December 3, 2015
D
Extract API client struct as standalone client.
David Calavera committed
October 19, 2015
L
Make default tls host work
Lei Jitang committed
October 12, 2015
D
Remove used param on ParseHost
Doug Davis committed
August 21, 2015
S
Default the tcp port to 2376 if tls is on, and 2375 if not
Sven Dowideit committed
September 10, 2015
H
Refactor CLI docker save
Hu Keping committed
July 31, 2015
T
Use default no-op uuid.Loggerf for client cli
Tibor Vass committed
July 29, 2015
T
Set uuid.Loggerf to nop on client and to logrus.Warnf on daemon
Tibor Vass committed
July 21, 2015
R
api/client fix golint errors/warnings
root committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
Q
a few cleanups for client output
Qiang Huang committed
May 1, 2015
D
Docker ps custom formatting.
David Calavera committed
June 30, 2015
V
add support for base path in docker cli -H
Victor Vieux committed
April 28, 2015
D
Add support for DOCKER_CONFIG/--config to specific config file dir
Doug Davis committed
May 27, 2015
D
Plugins JSON spec.
David Calavera committed
May 14, 2015
J
api/client: Allow for multi-line usage help
Josh Hawn committed
May 28, 2015
D
Merge pull request #13428 from duglin/niceHelp2
David Calavera committed
May 23, 2015
D
Carry #11858
Doug Davis committed
May 19, 2015
D
Volumes refactor and external plugin implementation.
David Calavera committed
March 31, 2015
J
adding nicer help when missing arguments (#11858)
Jason Shepherd committed
May 9, 2015
D
Use stderr instead of logrus for CLI error messages
Doug Davis committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
P
Fix golint errors in docker/api/client
Peggy Li committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
April 14, 2015
B
add docs for DockerCli and NewDockerCli
buddhamagnet committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed
March 7, 2015
S
Use syscall consts, check for errors,
Sachin Joshi committed
January 24, 2015
S
ANSI terminal emulation for windows
Sachin Joshi committed
March 11, 2015
Z
Normalize the log for docker subcommand usage,
Zen Lin(Zhinan Lin) committed
February 12, 2015
B
Do not use HTTP_PROXY for unix sock
Brian Goff committed
February 6, 2015
A
Export $HOME lookup to pkg/homedir
Ahmet Alp Balkan committed
January 26, 2015
A
Extract $HOME usages into utils.GetHomeDir()
Ahmet Alp Balkan committed
January 29, 2015
D
Defer creation of trust key file until needed
Derek McGowan committed
January 7, 2015
A
Add ProxyFromEnvironment enables client via proxy.
Anders Janmyr committed
November 24, 2014
M
Exit with non-zero code on first argument parsing error
Michal Minar committed