Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitghatol/docker-node
Docker Node Example
https://github.com/rohitghatol/docker-node
Last synced: 25 days ago
JSON representation
Docker Node Example
- Host: GitHub
- URL: https://github.com/rohitghatol/docker-node
- Owner: rohitghatol
- License: apache-2.0
- Created: 2015-02-10T15:14:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T16:10:28.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T18:12:32.698Z (2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-node
Docker Node Example## How to run the Docker Container
$>docker build -t "rohitghatol/docker-node" .
$>docker run -d -p "3000:3000" -v /home/ubuntu/Docker/docker-node/public:/home/node/public rohitghatol/docker-node
#### Note
If you change the contents of public/index.html on the host machine you can see the changes on the http://xxx:3000