Created
April 11, 2018 00:51
-
-
Save justinyoo/62fb9077f3260e38e6647f23ddadc9f1 to your computer and use it in GitHub Desktop.
Running Docker and Azure CLI from WSL
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 --name node -d -v $(pwd):/src -w /src -p 8080:3000 node:7.7.4-alpine node app.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment