Skip to content
Snippets Groups Projects
Commit c322be21 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Document docker_pull_policy in Ansible docs"

parents 11455e08 15f4653d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,12 @@ running the services.
The network_interface is what will be given to neutron to use. It should not
have an ip on the interface.
docker_pull_policy: "always"
The docker_pull_policy specifies whether Docker should always pull images from
Docker Hub, or only in the case where the image isn't present locally. If you
are building your own images locally without pushing them to the Docker
Registry, or a local registry, you will want to set this value to "missing".
For All-In-One deploys, the following commands can be run. These will setup all
of the containers on the localhost. These commands will be wrapped in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment