Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 11, 2018 00:51
Show Gist options
  • Save justinyoo/62fb9077f3260e38e6647f23ddadc9f1 to your computer and use it in GitHub Desktop.
Save justinyoo/62fb9077f3260e38e6647f23ddadc9f1 to your computer and use it in GitHub Desktop.
Running Docker and Azure CLI from WSL
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