Skip to content

Instantly share code, notes, and snippets.

@scruplelesswizard
Last active March 14, 2016 23:49
Show Gist options
  • Select an option

  • Save scruplelesswizard/15e3233c755f04dd2417 to your computer and use it in GitHub Desktop.

Select an option

Save scruplelesswizard/15e3233c755f04dd2417 to your computer and use it in GitHub Desktop.
#!/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