Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 3 days 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