COMMITS
/ api/client/client.go 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 28, 2015
Q
Implemet docker update command
Qiang Huang committed
December 24, 2015
A
Merge pull request #18878 from calavera/conditional_load_response
Antonio Murdaca committed
November 10, 2015
Z
Add filter for `network ls` to hide predefined net
Zhang Wei committed
December 23, 2015
D
Make `docker load` to output json when the response content type is json.
David Calavera committed
December 18, 2015
D
Move Config and HostConfig from runconfig to types/container.
David Calavera committed
D
Move ExecConfig to types.
David Calavera committed
December 16, 2015
D
Merge pull request #15964 from duglin/APIVersion
David Calavera committed
December 15, 2015
D
Move filters package to the API.
David Calavera committed
D
Move registry.SearchResult types to api/types/registry.
Daniel Nephin committed
August 31, 2015
D
Add a DOCKER_API_VERSION env var
Doug Davis committed
December 12, 2015
D
Move AuthConfig to api/types
Daniel Nephin committed
December 11, 2015
D
Move client version to the docker cli.
David Calavera committed
December 7, 2015
D
Implement docker search with standalone client lib.
David Calavera committed
December 6, 2015
D
Implement docker resize with standalone client lib.
David Calavera committed
D
Implement docker inspect with standalone client lib.
David Calavera committed
D
Implement docker push with standalone client lib.
David Calavera committed
D
Implement docker pull with standalone client lib.
David Calavera committed
D
Implement docker stats with standalone client lib.
David Calavera committed
D
Implement docker exec with standalone client lib.
David Calavera committed
D
Implement docker start with standalone client lib.
David Calavera committed
D
Implement docker attach with standalone client lib.
David Calavera committed
December 4, 2015
D
Create interface that clients that talk to the api must fulfill.
David Calavera committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
April 15, 2015
D
client.StatusError don't be returned as a pointer
Deshi Xiao committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed