COMMITS
/ api/client/create.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
March 7, 2016
T
Fix docker run for 64 byte hex ID
Tonis Tiigi committed
February 8, 2016
D
Client credentials store.
David Calavera committed
February 3, 2016
D
Apply context changes to the client.
David Calavera committed
A
Introduce a client-side version of resolveAuthConfig
Aaron Lehmann committed
January 24, 2016
A
api: client: remove redunant function to encode auth
Antonio Murdaca committed
January 9, 2016
M
Merge pull request #18840 from aaronlehmann/trust-messages
Michael Crosby committed
December 21, 2015
A
Send push information to trust code out-of-band
Aaron Lehmann committed
January 8, 2016
A
Allow user to choose the IP address for the container
Alessandro Boch committed
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 22, 2015
D
Move the runconfig.Parse() function into the runconfig/opts package.
Daniel Nephin committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
December 10, 2015
T
Clean up reference type switches
Tonis Tiigi committed
December 4, 2015
T
Add own reference package wrapper
Tonis Tiigi committed
D
Create interface that clients that talk to the api must fulfill.
David Calavera committed
December 6, 2015
D
Implement docker pull with standalone client lib.
David Calavera committed
December 3, 2015
D
Implement docker container create with standalone client lib.
David Calavera committed
D
Implement docker image create with standalone client lib.
David Calavera committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
July 29, 2015
A
Documentation improvements and code cleanups for graph package
Aaron Lehmann committed
July 15, 2015
D
Use notary library for trusted image fetch and signing
Derek McGowan committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
July 10, 2015
J
Windows: Remove meaningless warnings on docker info
John Howard committed
July 3, 2015
M
api/client: close the returned io.ReadCloser
Ma Shimiao committed
June 4, 2015
J
Windows: Security warning based on server OS
John Howard committed
June 15, 2015
J
Merge pull request #13869 from jlhawn/multi_line_help_usage
Josh Hawn committed
May 14, 2015
J
api/client: have cli.call() return headers
Josh Hawn committed
J
api/client: Allow for multi-line usage help
Josh Hawn committed
March 31, 2015
J
adding nicer help when missing arguments (#11858)
Jason Shepherd committed
May 11, 2015
J
Windows: Build load.go
John Howard committed
May 1, 2015
A
Provide a struct to configure cli streaming
Antonio Murdaca committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
March 29, 2015
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
March 28, 2015
L
Fix error from daemon no such image even when the image exist
Lei Jitang committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed
J
api/client - The code for all cli commands are in one file #11610
Joey Gibson committed