Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 11, 2018 00:18
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 justinyoo/733f24772fbb975db2f944e76411570b to your computer and use it in GitHub Desktop.
Save justinyoo/733f24772fbb975db2f944e76411570b to your computer and use it in GitHub Desktop.
Running Docker and Azure CLI from WSL
$mnt = $pwd.Path + ":/src"
docker run -it --rm --name node -d -v $mnt -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