summaryrefslogtreecommitdiff
path: root/library/cloud/docker
Commit message (Expand)AuthorAgeFilesLines
* changes for package loading of modulesMichael DeHaan2014-09-261-854/+0
* Ensure port in docker expose list is a stringJames Cammarata2014-09-161-1/+1
* My fix was wrong again. Base this try off of @mantiz's fix in #9016Toshio Kuratomi2014-09-161-5/+8
* Fix the case where a docker image is not part of a namespace.Toshio Kuratomi2014-09-161-1/+4
* Fix splitting the tag from the image nameToshio Kuratomi2014-09-151-3/+3
* Omit tag from parsed image nameToshio Kuratomi2014-09-111-6/+9
* Stop/remove existing docker container if the specified tag is differentJames Cammarata2014-08-261-6/+26
* Issue 8735 - module docker - expose values should be striped to ensure port f...Eric D. White2014-08-241-0/+1
* Fixing bug with image/tag pulling in docker moduleJames Cammarata2014-08-221-6/+15
* Fix bad commit from #8095 and fix bad splitting on :'s in the imageJames Cammarata2014-08-181-10/+17
* Make env param a dict type instead of listJames Cammarata2014-08-151-4/+2
* Update version_added field for docker_api_version paramJames Cammarata2014-08-081-2/+2
* Merge branch 'add-docker-api-version-parameter' of https://github.com/jmorett...James Cammarata2014-08-081-1/+10
|\
| * Add optional docker_api_version parameter to Docker ModuleJoe Moretti2014-07-081-1/+10
* | Merge branch 'devel' of https://github.com/kolloch/ansible into kolloch-develJames Cammarata2014-08-081-1/+9
|\ \
| * | Hack to fix #7738: Allow tag in image parameter of docker modulePeter Kolloch2014-06-121-1/+9
| |/
* | Updating version_added for docker net param and adding an exampleJames Cammarata2014-08-081-2/+10
* | Merge branch 'docker-add-net-parameter' of https://github.com/discordianfish/...James Cammarata2014-08-081-1/+10
|\ \
| * | Add networking mode parameter (net) to dockerJohannes 'fish' Ziemke2014-05-291-1/+10
* | | Merge branch 'fixes/docker-volumes' of https://github.com/devpopol/ansible in...James Cammarata2014-08-081-0/+7
|\ \ \
| * | | fix spacingStephen Paul Suarez2014-05-281-1/+1
| * | | fix typoStephen Paul Suarez2014-05-271-1/+1
| * | | support rw bind mode in docker moduleStephen Paul Suarez2014-05-271-0/+7
* | | | Fix Docker image name parsingKurt Yoder2014-07-301-1/+1
| |_|/ |/| |
* | | Docker links and required aliasPaul Myjavec2014-06-101-2/+17
|/ /
* | docker: fix targetting images by nameMatt Bray2014-05-151-1/+1
|/
* Merge pull request #7404 from jimi-c/issue_7363_docker_namesJames Cammarata2014-05-141-1/+3
|\
| * Make sure the docker data has a "Names" field before using itJames Cammarata2014-05-121-1/+3
* | Fix env splitting in docker moduleKonstantin Shabanov2014-05-141-1/+1
|/
* Fix: Remove check for Ghost stateJohannes 'fish' Ziemke2014-05-091-1/+1
* Merge pull request #7338 from discordianfish/remove-ghost-stateJames Cammarata2014-05-091-1/+1
|\
| * Remove check for Ghost stateJohannes 'fish' Ziemke2014-05-091-1/+1
* | Merge pull request #7110 from orgoj/docker-patch-version_commentJames Cammarata2014-05-091-1/+1
|\ \ | |/ |/|
| * module docker - add docker version commentMichael Heca2014-04-221-1/+1
* | Merge pull request #7047 from joshuaconner/docker_bugfix_exclude_entrypoint_f...James Cammarata2014-04-231-6/+10
|\ \
| * | docker: exclude 'entrypoint' from comparing 'command' param with containersJoshua Conner2014-04-171-11/+15
* | | Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_d...James Cammarata2014-04-231-7/+6
|\ \ \ | |_|/ |/| |
| * | docker: send 1.10 params if docker-py is new enough versionJoshua Conner2014-04-171-0/+3
| * | Docker: don't send wrong parameters to client.start()Joshua Conner2014-04-141-9/+5
* | | Small bug - 'acts' should be 'facts'CaptTofu2014-04-211-1/+1
| |/ |/|
* | docker.client.APIError has moved to docker.errors.APIErrorMatt Bray2014-04-161-1/+6
|/
* docker: from API 1.10 dns and volumes_from should be passed to start()Matt Bray2014-04-111-2/+10
* Merge pull request #6486 from discordianfish/docker-module-add-runningMichael DeHaan2014-03-281-20/+30
|\
| * Rename present to running, add new present stateJohannes 'fish' Ziemke2014-03-141-20/+30
* | docker: use type instead of manually casting strings to listsJoshua Conner2014-03-281-30/+16
* | docker bugfixes: trim whitespace around list param elements, handle list para...Joshua Conner2014-03-281-2/+4
* | docker: add tty and stdin_open optionsMatt Bray2014-03-181-1/+19
|/
* docker: add 'version_added' to the appropriate documentation entriesJoshua Conner2014-02-251-4/+10
* docker: update to docker-py 0.3.0, plus full port binding support, container ...Joshua Conner2014-02-251-72/+252
* Added modules description and examplesPavel Antonov2014-02-121-3/+1