Created
November 8, 2014 09:05
-
-
Save ianblenke/543a13ba9410f6cf2f8e to your computer and use it in GitHub Desktop.
Docker run deis/store-monitor (ceph-mon)
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-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