chouseknecht
09fe0416b6
Fix #3822 stop container
2016-06-03 01:54:39 -04:00
chouseknecht
a676d9e126
Remove registery option per #3824 .
2016-06-02 11:43:36 -04:00
chouseknecht
4ded9313b7
Fix upate typo and expected volume compare.
2016-06-02 06:14:29 -04:00
chouseknecht
e2d8d9d09a
Fixed binds and volumes. Now recognizes bound vs unbound as well as named volumes.
2016-06-01 17:05:03 -04:00
Jirayut 'Dear' Nimsaeng
1212e2ed25
Fix volume to support not binding volumes to host
2016-06-01 17:26:51 +07:00
chouseknecht
e8db7fd8cc
Remove debug/register from examples.
2016-05-31 10:33:43 -04:00
chouseknecht
0601df8c70
Fix network comparison. Fix handling of links. Updated doc strings. Added more examples.
2016-05-31 10:14:42 -04:00
chouseknecht
d9c751be16
Set version added to 2.2 so that tests pass
2016-05-30 18:48:42 -04:00
chouseknecht
78019e4388
For new options move vesion_added to 2.1.1
2016-05-30 18:39:52 -04:00
chouseknecht
633e11be1e
Fixed bug in _get_network_id
2016-05-30 18:37:28 -04:00
chouseknecht
6d9de1b5a1
Fix doc strings.
2016-05-30 15:14:14 -04:00
chouseknecht
3292121e6d
Fixed issues post testing.
2016-05-30 15:04:43 -04:00
chouseknecht
8cd028bd8e
First pass at implementing networks parameter. Also added purge_networks option to remove container from networks not included in networks param.
2016-05-30 12:03:11 -04:00
chouseknecht
23816c9c04
Fix for 3768 - adding support for env_file
2016-05-29 10:27:07 -04:00
Chris Houseknecht
4d8f7d161b
Merge pull request #3776 from danschmidt5189/fix-docker_container-typo
...
Fix "ansbile_facts" typo in docker_container module
2016-05-29 09:42:04 -04:00
chouseknecht
cba5b37c9f
Check self.parameters.env exists.
2016-05-29 09:36:17 -04:00
chouseknecht
c419d351c5
Fix for issue #3775 - env config comparison
2016-05-29 09:32:52 -04:00
chouseknecht
651133469c
Update restart_policy doc strings.
2016-05-29 08:29:52 -04:00
chouseknecht
6aa4feb459
Fix restart_poicy
2016-05-29 08:20:59 -04:00
chouseknecht
af0aa8247d
Fix for #3783 - command returns not found or does not exist.
2016-05-29 06:54:46 -04:00
Dan Schmidt
31d21efbc5
Fix "ansbile_facts" typo in docker_container module
2016-05-28 00:33:03 -07:00
Chris Houseknecht
f08e5608c7
Fixed parameters passing in container_create method. ( #3618 )
2016-05-10 17:56:57 -04:00
Brian Coca
e7d49f3308
fixed documentation and arg issues
2016-05-04 08:37:23 -04:00
John R Barker
bb9572ca86
ansible-validate-modules part 4: Enable check on ansible-modules-core ( #3526 )
...
* Call ansible-validate-modules
* Correct quotes + add newline
2016-05-03 07:51:12 -07:00
Chris Houseknecht
f6344b6dc7
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-04-27 17:43:26 -04:00