Skip to content

Instantly share code, notes, and snippets.

@draptik
Last active March 28, 2017 22:55
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 draptik/0c73bad94ff38be318dd234a4412d865 to your computer and use it in GitHub Desktop.
Save draptik/0c73bad94ff38be318dd234a4412d865 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run \
--rm \
-it \
-e LOCAL_USER_ID=`id -u $USER` \
-p 4001:4001 \
-v ${PWD}/share/octopress:/octopress \
-v ${PWD}/post-install.sh:/home/user/post-install.sh \
draptik/octopress:0.2 \
/bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment