COMMITS
/ api/client/commit.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
December 11, 2015
T
Update Named reference with validation of conversions
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 9, 2015
D
Make the commit configuration to be a typed struct rather than accepting a string.
David Calavera committed
December 3, 2015
D
Implement docker commit 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
November 9, 2015
A
Remove deprecated cli flags
Antonio Murdaca committed
October 8, 2015
L
Use consistent command description
Lei Jitang 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: unify format of args check
Ma Shimiao committed
M
api/client: close the returned io.ReadCloser
Ma Shimiao 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 30, 2015
M
Merge pull request #11893 from runcom/11892-refactor-utils-flags
Michael Crosby committed
March 29, 2015
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
March 28, 2015
J
Use ContainerCommitResponse struct for Commit cmd
Jamie Hannaford committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 25, 2015
P
Update CmdCommit docstring and fix CmdHelp whitespace
Peggy Li committed
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