-
-
Save scruplelesswizard/15e3233c755f04dd2417 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| docker run -i --rm \ | |
| --privileged \ | |
| --pid host \ | |
| --net host \ | |
| --volume /dev:/dev \ | |
| --volume /sys:/sys \ | |
| --volume /etc/ceph:/etc/ceph \ | |
| --volume /var/lib/ceph:/var/lib/ceph \ | |
| ceph/rbd "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment