Created
July 3, 2019 06:31
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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