Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. docker run \
  4. --rm \
  5. -it \
  6. -e LOCAL_USER_ID=`id -u $USER` \
  7. -p 4001:4001 \
  8. -v ${PWD}/../share/octopress:/octopress \
  9. -v ${PWD}/post-install.sh:/home/user/post-install.sh \
  10. draptik/octopress:0.1 \
  11. /bin/bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement