summaryrefslogtreecommitdiff
path: root/api/client/attach.go
Commit message (Expand)AuthorAgeFilesLines
* Update api/client file to use contextVincent Demeester2016-03-161-2/+4
* fix common misspellVictor Vieux2016-02-111-1/+1
* Move resize after attachingAndy Goldstein2016-01-241-6/+15
* 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
* Implement docker attach with standalone client lib.David Calavera2015-12-091-21/+19
* Remove deprecated cli flagsAntonio Murdaca2015-11-151-2/+2
* Add show error when attach to a paused containerLei Jitang2015-10-281-0/+4
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
* cli: new daemon command and new cli packageTibor Vass2015-07-231-2/+4
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-3/+3
* api/client: unify format of args checkMa Shimiao2015-07-081-7/+4
* 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
|/
* Remove job from container_inspectAntonio Murdaca2015-04-231-14/+10
* 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-2/+2
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-1/+1
* 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/+85