summaryrefslogtreecommitdiff
path: root/integration-cli/docker_utils.go
Commit message (Expand)AuthorAgeFilesLines
* fix test requirement about devicemapper and not overlaymYmNeo2016-04-061-0/+1
* Apply build labels to images with only a FROM tag.David Calavera2016-03-311-0/+15
* distribution: errors: do not access the errors slice if it's emptyAntonio Murdaca2016-03-161-2/+2
* integration-cli: move goroutines info helpers to separate funcsAlexander Morozov2016-03-141-0/+42
* integration-cli: move daemon stuff to its own fileAntonio Murdaca2016-03-041-437/+0
* Merge pull request #20884 from Microsoft/jjh/integusenpipeBrian Goff2016-03-021-0/+2
|\
| * Windows CI: Allow npipe protocol for sock requestsJohn Howard2016-03-021-0/+2
* | cliconfig: credentials: support getting all authsAntonio Murdaca2016-03-021-1/+0
|/
* integration-cli: remove not necessary -d againAntonio Murdaca2016-02-281-1/+17
* Merge pull request #20697 from tiborvass/tls-remote-daemon-testsTibor Vass2016-02-251-5/+13
|\
| * Support TLS remote test daemonTibor Vass2016-02-251-5/+13
* | Windows CI: Integrity check for busybox topJohn Howard2016-02-241-0/+36
|/
* Merge pull request #20509 from estesp/cleanup-authz-testAntonio Murdaca2016-02-201-18/+23
|\
| * Allow post-start load of busybox to remove restartsPhil Estes2016-02-191-18/+23
* | Fix copy chown settings to not default to real rootPhil Estes2016-02-181-0/+17
|/
* Add support for forwarding Docker client through SOCKS proxyAlexander Morozov2016-02-161-1/+1
* Tests for PR # 19123: daemon option (--storage-opt dm.basesize) for increasin...Shishir Mahajan2016-02-091-0/+28
* Merge pull request #20011 from Microsoft/MinimalBaseImageDavid Calavera2016-02-041-0/+9
|\
| * Move base image selection to a utility functionDarren Stahl2016-02-041-0/+9
* | Merge pull request #19984 from calavera/vendor_engine_api_masterTibor Vass2016-02-041-1/+1
|\ \ | |/ |/|
| * Apply context changes to the client.David Calavera2016-02-041-1/+1
* | Use waitRun in TestDockerNetworkHostModeUngracefulDaemonRestartMadhu Venugopal2016-02-031-1/+11
|/
* Add test to make sure raw logs are properly activated.David Calavera2016-02-011-10/+16
* Fix integration-cli suite setup requirementsChristopher Jones2016-01-291-2/+0
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-14/+29
* Factorize sleeping containersArnaud Porterie2016-01-271-0/+16
* Test utils: fix daemon start utilsLei Jitang2016-01-261-5/+8
* integration-cli: add suite for testing registries with authAntonio Murdaca2016-01-241-2/+2
* Merge pull request #19219 from runcom/add-logDavid Calavera2016-01-151-1/+1
|\
| * integration-cli: log error when starting registryAntonio Murdaca2016-01-111-1/+1
* | Build a pre-schema2 registry to test schema1 push/pullAaron Lehmann2016-01-081-2/+2
|/
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-291-2/+2
* integration-cli: fix --net=none buildAntonio Murdaca2015-12-241-3/+3
* Change the quiet flag behavior in the build commandBoaz Shuster2015-12-211-0/+41
* Fix typos found across repositoryJustas Brazauskas2015-12-131-3/+3
* don't return error if can't delete non-existing containerSally O'Malley2015-12-021-2/+4
* Increase timeouts to fix test on ARMStefan Scherer2015-11-201-1/+1
* integration-cli: support remote docker host that uses TLS - fixes #17952Todd Whiteman2015-11-121-0/+30
* Remove DOCKER_EXECDRIVER envLei Jitang2015-11-091-2/+0
* Merge pull request #17710 from tonistiigi/fix-builder-symlinksBrian Goff2015-11-071-2/+14
|\
| * Fix symlink handling in builder ADD/COPY commandsTonis Tiigi2015-11-061-2/+14
* | Merge pull request #17511 from Microsoft/jjh/fix-test-pathsDavid Calavera2015-11-061-0/+9
|\ \
| * | Fix test file pathsJohn Howard2015-10-291-0/+9
* | | Merge pull request #17700 from calavera/remove_lxcSolomon Hykes2015-11-051-3/+0
|\ \ \
| * | | Remove exec-driver global daemon option.David Calavera2015-11-051-3/+0
| | |/ | |/|
* | | Change 'docker run' exit codes to distinguish docker/contained errorsSally O'Malley2015-11-041-0/+11
|/ /
* | Merge pull request #17542 from estesp/restart-root-dir-cleanupAlexander Morozov2015-11-021-0/+8
|\ \
| * | Fix integration-cli daemon restart with user namespaces enabledPhil Estes2015-10-311-0/+8
| |/
* | Merge pull request #17524 from mountkin/fix-teardownBrian Goff2015-10-301-9/+10
|\ \