Skip to content

Instantly share code, notes, and snippets.

@traedamatic
Created February 11, 2016 14:07
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 traedamatic/0f49cd29f506968aa2fe to your computer and use it in GitHub Desktop.
Save traedamatic/0f49cd29f506968aa2fe to your computer and use it in GitHub Desktop.
docker notes
#notes how to run apps docker
#dockerize a single node app without dockerfile
docker run -p 7777:2368 --rm --name ghostdemo -v "$PWD":/usr/src/app -w /usr/src/app node:0.10 node index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment