Created
November 8, 2014 09:01
-
-
Save ianblenke/c05525539a9f38e51e4b to your computer and use it in GitHub Desktop.
Run a deis/store-daemon docker container (ceph-osd)
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 --name deis-store-daemon \ | |
--volumes-from=deis-store-daemon-data \ | |
--env HOST=$IP \ | |
--publish 6800 \ | |
--net host \ | |
--detach \ | |
deis/store-daemon:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment