summaryrefslogtreecommitdiff
path: root/api/client/diff.go
Commit message (Collapse)AuthorAgeFilesLines
* Update api/client file to use contextVincent Demeester2016-03-161-1/+3
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* Implement docker diff with standalone client lib.David Calavera2015-12-091-10/+1
| | | | Signed-off-by: David Calavera <david.calavera@gmail.com>
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
| | | | Signed-off-by: Lei Jitang <leijitang@huawei.com>
* cli: new daemon command and new cli packageTibor Vass2015-07-231-1/+2
| | | | | | | | | | | | | | | | | | This patch creates a new cli package that allows to combine both client and daemon commands (there is only one daemon command: docker daemon). The `-d` and `--daemon` top-level flags are deprecated and a special message is added to prompt the user to use `docker daemon`. Providing top-level daemon-specific flags for client commands result in an error message prompting the user to use `docker daemon`. This patch does not break any old but correct usages. This also makes `-d` and `--daemon` flags, as well as the `daemon` command illegal in client-only binaries. Signed-off-by: Tibor Vass <tibor@docker.com>
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-3/+3
| | | | Signed-off-by: John Howard <jhoward@microsoft.com>
* api/client: unify format of args checkMa Shimiao2015-07-081-0/+1
| | | | Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
* api/client: close the returned io.ReadCloserMa Shimiao2015-07-081-0/+2
| | | | Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
* Merge pull request #13869 from jlhawn/multi_line_help_usageJosh Hawn2015-06-151-1/+1
|\ | | | | api/client: Allow for multi-line usage help
| * api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
| | | | | | | | | | | | Subcommands can provide multiple usage synopses. Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
* | api/client: have cli.call() return headersJosh Hawn2015-06-101-1/+1
|/ | | | Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
* Small if err cleaningAntonio Murdaca2015-04-271-2/+1
| | | | Signed-off-by: Antonio Murdaca <me@runcom.ninja>
* Remove container name not empty checkMegan Kostick2015-04-141-0/+4
| | | | Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
* Remove use of Table from 'docker diff'Doug Davis2015-04-021-10/+14
| | | | Signed-off-by: Doug Davis <dug@us.ibm.com>
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-2/+1
| | | | Signed-off-by: Antonio Murdaca <me@runcom.ninja>
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-1/+1
| | | | Signed-off-by: Don Kjer <don.kjer@gmail.com>
* Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-0/+5
| | | | Signed-off-by: Peggy Li <peggyli.224@gmail.com>
* api/client - The code for all cli commands are in one file #11610Joey Gibson2015-03-241-0/+41
Signed-off-by: Joey Gibson <joey@joeygibson.com>