https://github.com/timarney/docker-node
Testing Docker
https://github.com/timarney/docker-node
Last synced: about 1 year ago
JSON representation
Testing Docker
- Host: GitHub
- URL: https://github.com/timarney/docker-node
- Owner: timarney
- Created: 2015-04-22T17:58:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T18:19:53.000Z (about 11 years ago)
- Last Synced: 2025-04-09T17:09:02.190Z (about 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-node
Testing Docker
To use a local volume use:
sudo docker run -i -p 8000:8000 -v ~/Documents/test:/apps/nodeapp/ -t nodeapp /bin/bash
Place Node app i.e. app.js in local dir ~/Documents/test:/apps/nodeapp/
The local files will be available from the container
Monitor files:
https://github.com/remy/nodemon/