https://github.com/caseywebb/docker-interactive-node
docker-interactive + n
https://github.com/caseywebb/docker-interactive-node
Last synced: about 2 months ago
JSON representation
docker-interactive + n
- Host: GitHub
- URL: https://github.com/caseywebb/docker-interactive-node
- Owner: caseyWebb
- Created: 2016-09-03T18:14:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T11:27:45.000Z (over 8 years ago)
- Last Synced: 2024-10-18T07:13:33.920Z (7 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-interactive-node
Ephemeral node environment that is actually nice to work in.
Uses [n](https://github.com/tj/n) to manage node version.`docker run -it --rm -v $(pwd):/src caseywebb/interactive-node`