Skip to content

Instantly share code, notes, and snippets.

@vijayantkatyal
Last active November 28, 2016 00:00
Show Gist options
  • Save vijayantkatyal/e8aabcbd8b1e8c9742c66b822519d738 to your computer and use it in GitHub Desktop.
Save vijayantkatyal/e8aabcbd8b1e8c9742c66b822519d738 to your computer and use it in GitHub Desktop.
run docker in current directory
// create image (in working directory)
docker run -v "$(pwd):/usr/src/app" -p "4000:4000" starefossen/github-pages
// run container
docker start -i blog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment