Skip to content

Instantly share code, notes, and snippets.

@hourback
Last active August 29, 2015 14:06
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 hourback/6991017b24ec54b9b9a6 to your computer and use it in GitHub Desktop.
Save hourback/6991017b24ec54b9b9a6 to your computer and use it in GitHub Desktop.
I am using this to start docker-ember.js container and link with my data volume container. I am running as user "guest" but not until the container launches due to permissions issues on the volume container.
docker run -t -i --rm -p 9000:9000 --volumes-from my-data hourback/docker-ember.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment