Skip to content

Instantly share code, notes, and snippets.

@hanpama
Created May 9, 2018 14:45
Show Gist options
  • Save hanpama/6e66f6c869e365ccff552af598370da5 to your computer and use it in GitHub Desktop.
Save hanpama/6e66f6c869e365ccff552af598370da5 to your computer and use it in GitHub Desktop.
run specific version of node with docker
  1. cd into your workspace

  2. run:

docker run -it --rm -v $(pwd)/:/app node:9 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment