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

https://github.com/jpsim/node-docker

Demo Node.JS App using Docker
https://github.com/jpsim/node-docker

Last synced: about 1 year ago
JSON representation

Demo Node.JS App using Docker

Awesome Lists containing this project

README

          

# Node.js Docker

Demo Node.JS App using Docker

## Dockerfile

Use this to build a new image

$ sudo docker build .

With a tag for easier reuse

$ sudo docker build -t /node-docker .

Running the container

$ sudo docker run -d -p 80:8000 /node-docker

Now go to `` in your browser