COMMITS
/ api/client/run.go March 19, 2016
D
Add the name of the exe that's trying to be executed
Doug Davis committed
March 18, 2016
T
Replace execdrivers with containerd implementation
Tonis Tiigi committed
March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
February 3, 2016
D
Apply context changes to the client.
David Calavera committed
February 2, 2016
B
Merge pull request #19896 from calavera/same_rm_error_message
Brian Goff committed
February 1, 2016
D
Make error message consistent when removing containers fail.
David Calavera committed
January 18, 2016
K
Print an info message when detaching a container started with --rm
Kenfe-Mickael Laventure committed
January 20, 2016
M
Move tty set and restore to caller
Michael Crosby committed
January 13, 2016
P
Better warning message on OOM kill disable without mem limit
Phil Estes committed
December 31, 2015
Q
Change OomKillDisable to be pointer
Qiang Huang committed
January 8, 2016
A
Allow user to choose the IP address for the container
Alessandro Boch 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
January 3, 2016
V
Implement configurable detach key
Vincent Demeester committed
December 6, 2015
D
Implement docker run with standalone client lib.
David Calavera committed
December 4, 2015
D
Implement docker wait with standalone client lib.
David Calavera committed
November 23, 2015
D
Merge pull request #17356 from HuKeping/warn-on-oom
David Calavera committed
November 9, 2015
D
This fixes the case where arguments are escaped twice from Dockerfiles on
Darren Stahl committed
July 29, 2015
S
Change 'docker run' exit codes to distinguish docker/contained errors
Sally O'Malley committed
October 26, 2015
H
Warning out when disalbe oom killer but not set the memory limit
Hu Keping committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
July 25, 2015
V
Lint fixes on runconfig
Vincent Demeester 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
May 27, 2015
J
Windows: Exec driver
John Howard committed
May 14, 2015
J
api/client: Allow for multi-line usage help
Josh Hawn committed
A
Remove out of date comment
Ahmet Alp Balkan committed
May 28, 2015
D
Merge pull request #13428 from duglin/niceHelp2
David Calavera committed
May 11, 2015
J
Removed dead code from docker after libnetwork integration
Jana Radhakrishnan committed
J
Windows: Don't pull in all of resolvconf
John Howard committed
May 6, 2015
J
Docker integration with libnetwork
Jana Radhakrishnan committed
March 31, 2015
J
adding nicer help when missing arguments (#11858)
Jason Shepherd committed
May 16, 2015
A
Add RestartPolicy methods instead of using strings checking
Antonio Murdaca committed
May 9, 2015
D
Use stderr instead of logrus for CLI error messages
Doug Davis committed
April 21, 2015
J
actually depreciate -rm, -sig-proxy, -name, seriously its been forever
Jessica Frazelle 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
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
M
Merge pull request #11766 from peggyl/11596-api-commands-godoc
Michael Crosby committed
P
Fix golint errors for casing in api/client package
Peggy Li 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