An open API service indexing awesome lists of open source software.

https://github.com/peterj/nginx_playground

playing with nginx, node.js, docker-compose
https://github.com/peterj/nginx_playground

Last synced: 2 months ago
JSON representation

playing with nginx, node.js, docker-compose

Awesome Lists containing this project

README

          

##Nginx, Node.js and docker-compose playground

Run `docker-compose up`, then `open "$(docker-machine ip $(docker-machine active))"` and check how the host changes on the web page as nginx routes between two containers.

###NGINX

Run nginx container:
`docker run --name my_nginx -P -d nginx`

Check that it's running:
`curl $(docker-machine ip $(docker-machine active)):32769`