summaryrefslogtreecommitdiff
path: root/test/integration/targets/docker_container
Commit message (Expand)AuthorAgeFilesLines
* docker_container: add mount endpoint collision detection (#60384)Felix Fontein2019-08-161-0/+36
* [docker_container] Adding support for `mounts` option (#49808)Dave Bendit2019-08-022-191/+404
* docker_container: fix port bindings with IPv6 addresses (#59715)Felix Fontein2019-08-021-0/+13
* Re-enable docker_container tests (#59425)Felix Fontein2019-07-232-1/+1
* Mark Docker tests unstable (#59408)Sam Doran2019-07-221-0/+1
* Adjust tests to new error messages for older docker-py versions. (#58253)Felix Fontein2019-06-231-12/+24
* Fix assignments in docker tests. (#57249)Felix Fontein2019-05-316-7/+7
* docker_container: fix container creation with networks_cli_compatible=yes (#5...Felix Fontein2019-05-281-0/+3
* [docker] support the lookup of images by digest (#56649)Jakob Ackermann2019-05-211-0/+42
* oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012)Felix Fontein2019-05-051-18/+0
* docker_container: use restart() API function instead of stop/start sequence (...Felix Fontein2019-05-032-110/+121
* docker modules: make sure everything works with older docker-py versions (#55...Felix Fontein2019-04-171-0/+2
* docker_container: improve log_options idempotency by converting to string (#5...Felix Fontein2019-04-121-1/+5
* Revert "Temporarily skip failing Docker tests on RHEL 7.6."Matt Clay2019-03-271-1/+0
* Temporarily skip failing Docker tests on RHEL 7.6.Matt Clay2019-03-261-0/+1
* docker_container: add networks_cli_compatible option (#54198)Felix Fontein2019-03-252-184/+549
* docker: rename docker_*_facts -> docker_*_info (#54124)Felix Fontein2019-03-211-8/+8
* Add shippable/posix/group4/ for CI. (#53816)Matt Clay2019-03-151-1/+1
* Only use ports in the range 9001-9060.Felix Fontein2019-03-142-44/+44
* docker_container: show warnings, fix/improve tests (#53440)Felix Fontein2019-03-114-66/+69
* Rebalance docker_* integration tests.Matt Clay2019-03-071-1/+1
* docker_*: enable RHEL8 tests (#53313)Felix Fontein2019-03-051-1/+0
* Simplify docker_*_facts return names (#51939)Felix Fontein2019-03-051-11/+11
* Don't die when kernel memory accounting is not supported by runc build. (#53163)Felix Fontein2019-03-011-0/+5
* docker: provide alternatives to ansible_facts results (#51192)Felix Fontein2019-02-181-11/+11
* [docker_container] Failing on non-string env values (#49843)Dave Bendit2018-12-141-0/+20
* [docker_container] Fixes idempotency checks for network_mode (#49797)Dave Bendit2018-12-121-1/+34
* Support for pids_limit parameter in docker_container module (#49319)Akshay Gaikwad2018-12-031-0/+54
* docker_* tests: check API version (#48620)Felix Fontein2018-11-191-0/+3
* docker_* modules: improve diff (#48546)Felix Fontein2018-11-195-0/+82
* Add CI platform: rhel/8.0 (#48835)Matt Clay2018-11-161-0/+1
* Use force_kill instead of stop_timeout to fasten container cleanup. (#48733)Felix Fontein2018-11-167-188/+204
* docker_container: fix tests and idempotency for init and shm_size (#48551)Felix Fontein2018-11-131-71/+71
* docker_* modules: updating argument_spec (#48491)Felix Fontein2018-11-121-1/+1
* Improve paused test and behavior. (#48056)Felix Fontein2018-11-051-20/+8
* Make tests fail less often with strange errors. (#48059)Felix Fontein2018-11-051-2/+8
* docker_container: fix ipc_mode and pid_mode idempotency (#47997)Felix Fontein2018-11-051-6/+5
* docker_container: simplify minimal required version per option handling (#47711)Felix Fontein2018-11-052-73/+219
* Support for device read write limit parameters (#47814)Akshay Gaikwad2018-11-021-0/+195
* docker_container: fix paused and add some tests (#47900)Felix Fontein2018-11-011-16/+155
* Add Support of healthcheck in docker_container module (#46772)Akshay Gaikwad2018-10-241-0/+127
* docker_container: fix interaction of detach:no with auto_remove:yes (#47396)Felix Fontein2018-10-231-1/+50
* Add runtime option to docker_container module (#47247)Pluggi2018-10-191-0/+33
* docker_container: add port range and IPv6 support for published_ports (#46596)Felix Fontein2018-10-081-0/+123
* docker_container: allow more mount modes for volumes (#46598)Felix Fontein2018-10-081-3/+16
* docker_container: improve publish all ports functionality (#46594)Felix Fontein2018-10-081-0/+94
* docker_container, docker_image_facts: allow to use image IDs (#46324)Felix Fontein2018-10-061-0/+71
* docker_container: ambiguous parameter "stop_timeout" (#43874)Remo Wenger2018-09-302-1/+41
* docker_container: allow to configure comparison for existing containers (#44789)Felix Fontein2018-09-281-0/+447
* docker_container: fix various idempotency problems and non-working options (#...Felix Fontein2018-09-245-31/+3285