summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/docker
Commit message (Expand)AuthorAgeFilesLines
* docker_* modules: unify docker module version checks (#47046)Felix Fontein2018-10-1810-23/+28
* Clean up of docker swarm service (#45525)Michael Scherer2018-10-171-8/+5
* fix: Parse docker_service scale parameter to int (#45508)Dani Hodovic2018-10-171-3/+11
* docker_container: add port range and IPv6 support for published_ports (#46596)Felix Fontein2018-10-081-14/+75
* docker_container: allow more mount modes for volumes (#46598)Felix Fontein2018-10-081-9/+25
* docker_container: fix problem with published_ports idempotency (#46595)Felix Fontein2018-10-081-1/+2
* docker_container: improve publish all ports functionality (#46594)Felix Fontein2018-10-081-2/+5
* docker_container, docker_image_facts: allow to use image IDs (#46324)Felix Fontein2018-10-063-25/+42
* docker_container: fix behavior when image is not specified (#46322)Felix Fontein2018-10-061-26/+35
* docker_container: ambiguous parameter "stop_timeout" (#43874)Remo Wenger2018-09-301-2/+40
* docker_container: allow to configure comparison for existing containers (#44789)Felix Fontein2018-09-281-3/+91
* docker-py: bump minimal version to 1.8.0 (#46134)Felix Fontein2018-09-265-6/+6
* docker_container: fix various idempotency problems and non-working options (#...Felix Fontein2018-09-241-83/+207
* New module: add docker_stack module (clound/docker/docker_stack) (#24588)Dario Zanzico2018-09-181-0/+298
* Don't parse/interpret options if state is 'absent'. (#45700)Felix Fontein2018-09-171-0/+5
* Fix python 3 compatibility for network id lookup (#45467)William2018-09-111-1/+1
* Fix minor issues with docker_login docs (#35081)Lachlan Cooper2018-08-301-9/+2
* docker_container: improving idempotency (#44808)Felix Fontein2018-08-291-6/+22
* Improve description of default network removal. (#44861)Felix Fontein2018-08-291-0/+3
* Clarify that uninstalling docker-py can break docker (and vice versa). (#43238)Felix Fontein2018-08-287-7/+21
* docker_container: fix check mode for container creation (#42380)Felix Fontein2018-08-281-3/+3
* Clean up BOTMETA.yml (#44574)Dag Wieers2018-08-241-2/+2
* Fixup removed and deprecated modulesToshio Kuratomi2018-08-241-469/+3
* New module: docker_swarm_service (#19229)Dario Zanzico2018-08-241-0/+1178
* docker_container: allow arbitrary log_driver (#33579)Vincent Rischmann2018-08-231-13/+4
* Clarify usage of env_file (#42211). (#44535)Felix Fontein2018-08-231-1/+7
* docker_container: fix working_dir (#42857)bhuztez2018-08-221-1/+1
* More consistent Docker unit parsing (#16748)Christoph2018-08-221-11/+21
* Add cap_drop to docker_container module (#36889)David Wittman2018-08-071-0/+16
* Correct link to Getting Started with Docker Guide (#42709)Nathan Hyde2018-07-261-1/+1
* Fix docker_image archive features to work with Python 3Martin Szulecki2018-07-191-2/+2
* Fix docker_container stop/start image dependency (#41678)Raoul Scarazzini2018-07-191-23/+27
* Docker modules: improve documentation on docker vs. docker-py Python package ...Felix Fontein2018-07-119-9/+61
* docker_container: fix init check requirements (#40839)Pilou2018-07-091-6/+27
* Update docker package version (#42394)rcgoodfellow2018-07-061-2/+2
* Update docker_container.py (#42370)rcgoodfellow2018-07-051-3/+3
* Add trailing dot and make it a separate itemDag Wieers2018-06-211-2/+2
* Update docker_container.pyCamillevau2018-06-211-0/+1
* docker: Allow publishing of ports with the same number but different protocol...Sharp Hall2018-06-151-3/+10
* expand user before calling abspath (#40196)Ben Berry2018-06-131-4/+4
* Add new module to create/update a docker swarm. (#38280)Thierry BOUVET2018-06-081-0/+520
* Enable check mode for docker_image_facts (#38944)Clint Byrum2018-06-061-1/+2
* Adding a switch to output docker logs (#40693)Achintha Gunasekara2018-06-061-0/+13
* Add 'init' option to docker_container module to support docker's `--init` opt...Suzuki Shunsuke2018-05-241-1/+11
* Fix shebangs and file modes and update tests. (#40563)Matt Clay2018-05-221-0/+0
* docker_image: Fix idempotency of pull (#31956)Alberto Murillo2018-04-251-2/+2
* Remove me from botmeta (#39263)jctanner2018-04-244-4/+0
* Fix documentation fragments for docker (#38378)Thierry BOUVET2018-04-174-21/+32
* Ensure the MAC address uses colons instead of hyphens for later comparison. F...Matt Martz2018-03-271-0/+4
* Clean up module documentation (#36909)Dag Wieers2018-03-155-171/+48