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.
This commit is contained in:
Bernie Schelberg 2017-01-13 13:57:27 +11:00 committed by scottb
parent 6ef9a0af4b
commit 2b4afd23eb

View file

@ -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