summaryrefslogtreecommitdiff
path: root/cloud/docker/docker_container.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* error in docker_container example (#5631)Luc Charpentier2016-11-161-1/+0
* fixes issue #5517 (#5519)Abdul Anshad A2016-11-151-1/+7
* fix unclear documentation for docker containerDaniel Andrei Minca2016-10-191-1/+2
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-131-5/+5
* Correct functional typosJohn Barker2016-10-111-1/+1
* Put requested devices in correct format to enable config comparison. Fixes #5...Chris Houseknecht2016-09-261-1/+33
* Docker module: add support for OomScoreAdjAditya Marella2016-09-131-0/+11
* Set default log_driver to None to prevent config comparison when a log_driver...Chris Houseknecht2016-09-101-3/+3
* Purge networks using network name rather than ID. Fixes 4596.Chris Houseknecht2016-09-101-2/+2
* Default restart_retries to None rather than 0. Fixes #4534.Chris Houseknecht2016-09-091-1/+1
* Exposing tcp and udp for same port fails. Fixes issue #4354.chouseknecht2016-08-171-1/+2
* Fix network alias and network link comparison.chouseknecht2016-08-121-4/+6
* If debug true, include actions and differences in output.chouseknecht2016-08-121-6/+4
* typo in the documentation of the "state" parameter (#4353)muxator2016-08-071-1/+1
* Added implementation of ignore_image, which prevents recreation of containers...chouseknecht2016-08-031-3/+8
* Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option.chouseknecht2016-08-031-3/+25
* Entrypoint fails with 'command not found' error.Chris Houseknecht2016-07-131-13/+7
* Fix module failing when no ports are exposedChris Houseknecht2016-07-121-7/+5
* Fix multi-interface port binding.Chris Houseknecht2016-07-111-2/+2
* Merge pull request #4155 from chouseknecht/fix_4091Chris Houseknecht2016-07-111-7/+10
|\
| * Fix 'all' option for published_ports parameter.Chris Houseknecht2016-07-111-7/+10
* | Add cleanup parameter. (#4144)Chris Houseknecht2016-07-111-4/+23
|/
* Fix purge_networksChris Houseknecht2016-07-111-3/+3
* Fix indexchouseknecht2016-06-211-1/+1
* Fix ulimit comparisonchouseknecht2016-06-211-15/+8
* fixed unknown type <type 'list'> error (#3959)Hagen Kuehn2016-06-151-1/+1
* Remove dns from container create parameters.chouseknecht2016-06-131-1/+0
* Fix #3945 docker_container detach not waiting on container to execute.chouseknecht2016-06-131-2/+9
* Fix #3941chouseknecht2016-06-131-4/+4
* Fix #16211 - only stop/kill running containerschouseknecht2016-06-101-1/+2
* Fix issue #3866chouseknecht2016-06-041-1/+1
* Fix #147 automatically expose published portschouseknecht2016-06-031-18/+37
* Remove unused method in ContainerManagerchouseknecht2016-06-031-4/+0
* Merge pull request #3844 from Hypermanzer/docker-python-3-compat-bugChris Houseknecht2016-06-031-13/+13
|\
| * Fixing Docker compile time errors irt exception handling for Python 3Mike Mars2016-06-021-13/+13
* | Fix #3822 stop containerchouseknecht2016-06-031-43/+41
|/
* Remove registery option per #3824.chouseknecht2016-06-021-11/+5
* Fix upate typo and expected volume compare.chouseknecht2016-06-021-2/+6
* Fixed binds and volumes. Now recognizes bound vs unbound as well as named vol...chouseknecht2016-06-011-42/+99
* Fix volume to support not binding volumes to hostJirayut 'Dear' Nimsaeng2016-06-011-7/+2
* Remove debug/register from examples.chouseknecht2016-05-311-3/+1
* Fix network comparison. Fix handling of links. Updated doc strings. Added mor...chouseknecht2016-05-311-18/+54
* Set version added to 2.2 so that tests passchouseknecht2016-05-301-3/+3
* For new options move vesion_added to 2.1.1chouseknecht2016-05-301-3/+3
* Fixed bug in _get_network_idchouseknecht2016-05-301-5/+43
* Fix doc strings.chouseknecht2016-05-301-3/+5
* Fixed issues post testing.chouseknecht2016-05-301-26/+35
* First pass at implementing networks parameter. Also added purge_networks opti...chouseknecht2016-05-301-34/+135
* Fix for 3768 - adding support for env_filechouseknecht2016-05-291-0/+26