Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created November 8, 2014 09:05
Show Gist options
  • Save ianblenke/543a13ba9410f6cf2f8e to your computer and use it in GitHub Desktop.
Save ianblenke/543a13ba9410f6cf2f8e to your computer and use it in GitHub Desktop.
Docker run deis/store-monitor (ceph-mon)
docker run --name deis-store-monitor \
--env HOST=$IP \
--publish 6789 \
--net host \
--detach \
deis/store-monitor:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment