Update docker example on Inventory page (#20209)

The docker module has been deprecated, so the example should be
updated to use the newer docker_container module.
pull/20215/head
Bernie Schelberg 8 years ago committed by scottb
parent 6ef9a0af4b
commit 2b4afd23eb

@ -310,7 +310,8 @@ ansible_docker_extra_args
Here is an example of how to instantly deploy to created containers::
- name: create jenkins container
docker:
docker_container:
docker_host: myserver.net:4243
name: my_jenkins
image: jenkins

Loading…
Cancel
Save