Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Created July 3, 2019 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikSDigital/e5816a01b8bc06d89543671ffd2eb355 to your computer and use it in GitHub Desktop.
Save MikSDigital/e5816a01b8bc06d89543671ffd2eb355 to your computer and use it in GitHub Desktop.
run docker node.js image inside folder to map local folders into docker container
docker run -it --rm -u $(id -u ${USER}):$(id -g ${USER}) -v ${PWD}:/app node:11 /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment