docker-workflow icon indicating copy to clipboard operation
docker-workflow copied to clipboard

Vagranfile added for vagrant

Open albac opened this issue 10 years ago • 0 comments

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.

albac avatar Sep 22 '15 00:09 albac