Created
February 11, 2016 14:07
-
-
Save traedamatic/0f49cd29f506968aa2fe to your computer and use it in GitHub Desktop.
docker notes
This file contains hidden or 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
#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