docker-workflow
docker-workflow copied to clipboard
Vagranfile added for vagrant
Vagrant allowed me to create an docker host on my Mac then apply docker compose as designed. I tested this on Ubuntu and Centos 7 as docker hosts. Vagrant up will bring the environment up, and forward the port 80 to 9080, so after vagrant up finish you can go in to your browser and go to http://localhost:9080, then you can do vagrant destroy, vagrant snapshot as desired, excellent for development, at least works great for me. Let me know if you have any question.