Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created November 8, 2014 09:01
Show Gist options
  • Save ianblenke/c05525539a9f38e51e4b to your computer and use it in GitHub Desktop.
Save ianblenke/c05525539a9f38e51e4b to your computer and use it in GitHub Desktop.
Run a deis/store-daemon docker container (ceph-osd)
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