COMMITS
/ api/client/exec.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
January 20, 2016
M
Move tty set and restore to caller
Michael Crosby committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 21, 2015
D
Move ParseExec to the client where it is used.
Daniel Nephin committed
January 3, 2016
V
Implement configurable detach key
Vincent Demeester committed
December 6, 2015
D
Implement docker exec with standalone client lib.
David Calavera committed
October 16, 2015
D
Check the content type is json when calling exec start.
David Calavera 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: 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
May 9, 2015
D
Use stderr instead of logrus for CLI error messages
Doug Davis committed
April 17, 2015
J
remove execCreate & execStart from job
jianbosun 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 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca 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