Last active
August 29, 2015 14:06
-
-
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.
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
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