chouseknecht
0c4da5d3a0
Added implementation of ignore_image, which prevents recreation of containers on image change.
2016-12-08 11:24:47 -05:00
chouseknecht
5992c21c9c
Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option.
2016-12-08 11:24:47 -05:00
Chris Houseknecht
c91de38322
Entrypoint fails with 'command not found' error.
2016-12-08 11:24:43 -05:00
Chris Houseknecht
4002caf60e
Fix module failing when no ports are exposed
2016-12-08 11:24:43 -05:00
Chris Houseknecht
030dcccad4
Fix multi-interface port binding.
2016-12-08 11:24:43 -05:00
Chris Houseknecht
bd3e1c77fe
Add cleanup parameter. ( #4144 )
2016-12-08 11:24:43 -05:00
Chris Houseknecht
7515b2d563
Fix 'all' option for published_ports parameter.
2016-12-08 11:24:43 -05:00
Chris Houseknecht
dc496ffeb4
Fix purge_networks
2016-12-08 11:24:43 -05:00
chouseknecht
1e9590ab65
Fix index
2016-12-08 11:24:38 -05:00
chouseknecht
cc053c45ce
Fix ulimit comparison
2016-12-08 11:24:38 -05:00
Hagen Kuehn
320aea77c6
fixed unknown type <type 'list'> error ( #3959 )
2016-12-08 11:24:37 -05:00
chouseknecht
16e7dc4e2e
Remove dns from container create parameters.
2016-12-08 11:24:37 -05:00
chouseknecht
4d51a51ac3
Fix #3945 docker_container detach not waiting on container to execute.
2016-12-08 11:24:37 -05:00
chouseknecht
82436d5519
Fix #3941
2016-12-08 11:24:37 -05:00
chouseknecht
617c230b62
Fix #16211 - only stop/kill running containers
2016-12-08 11:24:36 -05:00
chouseknecht
fc486824b8
Fix issue #3866
2016-12-08 11:24:35 -05:00
chouseknecht
9549c66a56
Fix #147 automatically expose published ports
2016-12-08 11:24:34 -05:00
chouseknecht
17fc0f11db
Remove unused method in ContainerManager
2016-12-08 11:24:34 -05:00
Mike Mars
e2dbd0f445
Fixing Docker compile time errors irt exception handling for Python 3
2016-12-08 11:24:34 -05:00
chouseknecht
ec9f56d8e0
Fix #3822 stop container
2016-12-08 11:24:33 -05:00
chouseknecht
c9e4955d38
Remove registery option per #3824 .
2016-12-08 11:24:33 -05:00
chouseknecht
be2d32f04d
Fix upate typo and expected volume compare.
2016-12-08 11:24:33 -05:00
chouseknecht
9dd95efe76
Fixed binds and volumes. Now recognizes bound vs unbound as well as named volumes.
2016-12-08 11:24:33 -05:00
Jirayut 'Dear' Nimsaeng
d373e0a7c4
Fix volume to support not binding volumes to host
2016-12-08 11:24:33 -05:00
chouseknecht
96192ead02
Remove debug/register from examples.
2016-12-08 11:24:33 -05:00
chouseknecht
3d0d14c5ff
Fix network comparison. Fix handling of links. Updated doc strings. Added more examples.
2016-12-08 11:24:33 -05:00
chouseknecht
a4bd558240
Set version added to 2.2 so that tests pass
2016-12-08 11:24:32 -05:00
chouseknecht
e398efb04f
For new options move vesion_added to 2.1.1
2016-12-08 11:24:32 -05:00
chouseknecht
c8f63e867a
Fixed bug in _get_network_id
2016-12-08 11:24:32 -05:00
chouseknecht
a9ddb5023d
Fix doc strings.
2016-12-08 11:24:32 -05:00
chouseknecht
1d327a23cd
Fixed issues post testing.
2016-12-08 11:24:32 -05:00
chouseknecht
39bfb136a7
First pass at implementing networks parameter. Also added purge_networks option to remove container from networks not included in networks param.
2016-12-08 11:24:32 -05:00
chouseknecht
f3c33ee35f
Fix for 3768 - adding support for env_file
2016-12-08 11:24:32 -05:00
chouseknecht
2016911e64
Check self.parameters.env exists.
2016-12-08 11:24:32 -05:00
chouseknecht
bc665fca9c
Fix for issue #3775 - env config comparison
2016-12-08 11:24:32 -05:00
chouseknecht
65e71d8960
Update restart_policy doc strings.
2016-12-08 11:24:32 -05:00
chouseknecht
b5666c0f1c
Fix restart_poicy
2016-12-08 11:24:32 -05:00
chouseknecht
8f9ef1213d
Fix for #3783 - command returns not found or does not exist.
2016-12-08 11:24:32 -05:00
Dan Schmidt
c8ec843ac2
Fix "ansbile_facts" typo in docker_container module
2016-12-08 11:24:32 -05:00
Chris Houseknecht
8ba5cc4392
Fixed parameters passing in container_create method. ( #3618 )
2016-12-08 11:24:27 -05:00
Brian Coca
c03e1bd2d5
fixed documentation and arg issues
2016-12-08 11:24:26 -05:00
John R Barker
d13046a905
ansible-validate-modules part 4: Enable check on ansible-modules-core ( #3526 )
...
* Call ansible-validate-modules
* Correct quotes + add newline
2016-12-08 11:24:26 -05:00
Chris Houseknecht
bc3391f1f9
Adding docker_container ( #3495 )
...
* Adding docker_container
* If state absent, stop the container before attempting to remove. Fixed status running check.
* If container absent, stop before removing. Fix container status check.
2016-12-08 11:24:25 -05:00