1
0
mirror of https://github.com/geerlingguy/ansible-for-devops.git synced 2024-05-19 06:50:03 +00:00

Issue #310: Fix link to Docker Flask app example. [ci skip]

This commit is contained in:
Jeff Geerling
2020-08-05 13:43:31 -05:00
parent 3c069f3600
commit 00543f5268

View File

@ -8,7 +8,7 @@ To run the example, make sure you have Docker installed on the workstation or VM
After a minute or so, Ansible will have built and run a `test` container, built from the included Dockerfile.
For a more complete example of using Ansible to build and manage Docker containers, see the [Ansible Vagrant Examples - Docker Flask app example](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/docker).
For a more complete example of using Ansible to build and manage Docker containers, see the [Ansible Vagrant Examples - Docker Flask app example](https://github.com/geerlingguy/ansible-for-devops/tree/master/docker-flask).
## About the Author