summaryrefslogtreecommitdiff
path: root/api/client/start.go
Commit message (Expand)AuthorAgeFilesLines
* Don't forward SIGPIPE from client to containerBrian Goff2016-03-181-1/+1
* Update api/client file to use contextVincent Demeester2016-03-161-5/+7
* Move tty set and restore to callerMichael Crosby2016-01-201-0/+6
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Implement configurable detach keyVincent Demeester2016-01-031-0/+6
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Implement docker run with standalone client lib.David Calavera2015-12-091-7/+0
* Implement docker start with standalone client lib.David Calavera2015-12-091-74/+52
* Implement docker kill with standalone client lib.David Calavera2015-12-091-1/+2
* Merge pull request #16544 from Mashimiao/fix-bug-client-start-signal-discardedJess Frazelle2015-10-081-0/+1
|\
| * client/start: fix logic for discarded signalMa Shimiao2015-09-251-0/+1
* | Use consistent command descriptionLei Jitang2015-10-081-1/+1
* | Fix man and commandline docsAntonio Murdaca2015-10-041-2/+2
|/
* cli: new daemon command and new cli packageTibor Vass2015-07-231-2/+3
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-3/+3
* api/client: unify format of args checkMa Shimiao2015-07-081-7/+7
* api/client: close the returned io.ReadCloserMa Shimiao2015-07-081-0/+2
* Merge pull request #13869 from jlhawn/multi_line_help_usageJosh Hawn2015-06-151-1/+1
|\
| * api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
* | api/client: have cli.call() return headersJosh Hawn2015-06-101-1/+1
|/
* Use stderr instead of logrus for CLI error messagesDoug Davis2015-05-121-3/+3
* a few cleanups for client outputQiang Huang2015-05-051-1/+5
* Remove engine mechanismAntonio Murdaca2015-04-301-6/+7
* client.StatusError don't be returned as a pointerDeshi Xiao2015-04-161-1/+1
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-141-2/+1
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-1/+1
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-6/+6
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-3/+3
* Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-0/+3
* api/client - The code for all cli commands are in one file #11610Joey Gibson2015-03-241-0/+160