summaryrefslogtreecommitdiff
path: root/integration-cli
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: Enable TestExecStartFails on WindowsPaweł Gronowski2023-03-281-4/+6
* linting: host:port in url should be constructed with net.JoinHostPortSebastiaan van Stijn2023-02-241-1/+1
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-243-62/+83
* fix some minor linting issuesSebastiaan van Stijn2023-02-242-5/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-2440-288/+258
* integration-cli: Fix hanging TestLogsFollowGoroutines*Paweł Gronowski2023-01-091-5/+23
* Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libsecc...Prabhav Thali2022-09-205-18/+18
* Update some tests for supplementary group permissionsSebastiaan van Stijn2022-09-082-3/+3
* integration-cli: SA5011: possible nil pointer dereference (staticcheck)Sebastiaan van Stijn2022-08-171-12/+4
* gosimple: S1039: unnecessary use of fmt.SprintfSebastiaan van Stijn2022-08-172-16/+16
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-0732-0/+32
* integration: remove KernelMemory testsAkihiro Suda2021-05-183-105/+0
* vendor: docker/libnetwork b3507428be5b458cb0e2b4086b13531fb0706e46Sebastiaan van Stijn2021-03-251-6/+20
* fix assertPortList normalizing being too strictSebastiaan van Stijn2021-03-251-1/+1
* integration-cli: rely less on "docker port" output formatSebastiaan van Stijn2021-03-244-72/+77
* Merge pull request #42176 from cpuguy83/20.10_testPushMultipleTagsSebastiaan van Stijn2021-03-224-1/+21
|\
| * TestPushMultipleTags: Add support for 20.10 CLIBrian Goff2021-03-194-1/+21
* | Remove cli test for duplicate --net/--network optsBrian Goff2021-03-191-3/+0
* | Fix Error in daemon_unix.go and docker_cli_run_unit_test.gogunadhya2021-02-171-1/+1
|/
* Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-195-17/+17
* integration-cli: remove TestBuildContCharTibor Vass2020-11-141-24/+0
* Rewrite VolumesMountedAsShared/Slave as Integration testsPaul "TBBle" Hampson2020-11-081-82/+0
* Break out non-Windows sys/mount usage into helperPaul "TBBle" Hampson2020-11-083-2/+16
* Move tests using sys/mount to not build on WindowsPaul "TBBle" Hampson2020-11-082-81/+82
* Update iptable.Exists API in integration-cliArko Dasgupta2020-11-031-2/+3
* Sterner warnings for unathenticated tcpBrian Goff2020-09-251-5/+10
* Builder: print relative path if COPY/ADD source path was not foundSebastiaan van Stijn2020-08-171-6/+1
* fix TestDaemonNoSpaceLeftOnDeviceError for mips64lewanghuaiqing2020-08-051-1/+1
* Supplement the omission of pr#41145wanghuaiqing2020-08-031-1/+1
* Remove apt.dockerproject.org from testSebastiaan van Stijn2020-07-281-1/+1
* Merge pull request #41168 from thaJeztah/raise_minimum_memory_limitBrian Goff2020-07-094-9/+7
|\
| * Set minimum memory limit to 6M, to account for higher startup memory useSebastiaan van Stijn2020-07-014-9/+7
* | Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-307-23/+23
|/
* Merge pull request #41106 from tonistiigi/buildkit-upgrade-fixSebastiaan van Stijn2020-06-261-4/+4
|\
| * vendor: update buildkit to df35e9818Tonis Tiigi2020-06-151-4/+4
* | TestUserNoEffectiveCapabilitiesNetBindService: conditionally set net.ipv4.ip_...Sebastiaan van Stijn2020-06-221-2/+20
|/
* int-cli/TestRunInvalidCPUShares: fix for newer runcKir Kolyshkin2020-06-091-2/+2
* Add default sysctls to allow ping sockets and privileged ports with no capabi...Justin Cormack2020-06-041-2/+3
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-213-26/+27
|\
| * Accept platform spec on container createBrian Goff2020-03-203-26/+27
* | Fix filter on expose and publishJaime Cepeda2020-05-151-1/+16
* | Fix TestSwarmManagerAddress to not depend on "pretty" formatSebastiaan van Stijn2020-05-111-4/+4
* | Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-0819-42/+59
|\ \
| * | test: add buffer to prevent goroutine leakZiheng Liu2020-02-2719-42/+59
* | | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-292-3/+3
* | | Really switch to moby/sys/mount*Kir Kolyshkin2020-03-204-6/+7
| |/ |/|
* | run shfmtAkihiro Suda2020-03-031-7/+7
|/
* Fix more goimportsSebastiaan van Stijn2020-02-111-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-1193-168/+168
* Merge pull request #40074 from yedamao/fix-integration-cliAkihiro Suda2019-12-192-52/+83
|\