Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Demo Node.JS App using Docker
- Host: GitHub
- URL: https://github.com/jpsim/node-docker
- Owner: jpsim
- License: apache-2.0
- Created: 2013-11-16T15:51:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T17:31:49.000Z (about 11 years ago)
- Last Synced: 2024-11-19T06:07:59.238Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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