summaryrefslogtreecommitdiff
path: root/api/client/create.go
Commit message (Expand)AuthorAgeFilesLines
* Update api/client file to use contextVincent Demeester2016-03-161-2/+2
* Fix docker run for 64 byte hex IDTonis Tiigi2016-03-111-11/+12
* Client credentials store.David Calavera2016-02-291-1/+1
* Apply context changes to the client.David Calavera2016-02-041-1/+3
* Introduce a client-side version of resolveAuthConfigAaron Lehmann2016-02-031-1/+1
* api: client: remove redunant function to encode authAntonio Murdaca2016-01-291-2/+2
* Merge pull request #18840 from aaronlehmann/trust-messagesMichael Crosby2016-01-081-1/+1
|\
| * Send push information to trust code out-of-bandAaron Lehmann2016-01-081-1/+1
* | Allow user to choose the IP address for the containerAlessandro Boch2016-01-081-5/+8
|/
* Make sure docker api client implements engine-api client.David Calavera2016-01-071-2/+2
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-4/+4
* Move the runconfig.Parse() function into the runconfig/opts package.Daniel Nephin2016-01-041-2/+2
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-5/+4
* Clean up reference type switchesTonis Tiigi2015-12-161-20/+6
* Add own reference package wrapperTonis Tiigi2015-12-161-12/+11
* Implement docker pull with standalone client lib.David Calavera2015-12-091-5/+2
* Create interface that clients that talk to the api must fulfill.David Calavera2015-12-091-2/+2
* Implement docker container create with standalone client lib.David Calavera2015-12-091-27/+18
* Implement docker image create with standalone client lib.David Calavera2015-12-091-14/+12
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-23/+42
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
* Documentation improvements and code cleanups for graph packageAaron Lehmann2015-07-301-2/+2
* Use notary library for trusted image fetch and signingDerek McGowan2015-07-241-6/+28
* cli: new daemon command and new cli packageTibor Vass2015-07-231-1/+2
* Windows: Remove meaningless warnings on docker infoJohn Howard2015-07-101-5/+5
* api/client: close the returned io.ReadCloserMa Shimiao2015-07-081-0/+2
* Windows: Security warning based on server OSJohn Howard2015-06-261-1/+1
* 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-2/+2
|/
* adding nicer help when missing arguments (#11858)Jason Shepherd2015-05-191-0/+1
* Windows: Build load.goJohn Howard2015-05-121-3/+3
* Provide a struct to configure cli streamingAntonio Murdaca2015-05-011-1/+6
* Move CLI config processing out from under registry dirDoug Davis2015-04-231-1/+1
* Add .docker/config.json and support for HTTP HeadersDoug Davis2015-04-201-3/+0
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-1/+1
* Fix error from daemon no such image even when the image existLei Jitang2015-03-281-1/+2
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-2/+2
* 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/+153