vagrant up && vagrant ssh -c "cd /vagrant && docker-compose build && docker-compose up"
This will run:
- a vagrant machine...
- with a docker-compose container group...
- with a nodejs container...
- with a server on http://localhost:8000
- with live-compiling
- with a server on http://localhost:8000
- with a nodejs container...
- with a docker-compose container group...
You can use it as a starting point to add other machines to create more complex systems.