Skip to content
Michael Sevilla edited this page Jun 2, 2016 · 8 revisions

docker-cephdev

These Docker builder images generate new Docker images with customized versions of Ceph. The "Docker daemon images" contain all the binaries for running each of the Ceph daemons (e.g., MON, MDS, OSD, etc.). This framework is meant to accommodate Ceph developers -- so making changes and re-building Ceph should be easy.

Tutorials:

Design Details:

  • Rationale: how to layer binaries on top of the official Docker daemon image.
  • Architecture: you want to build Docker images by hand.
Clone this wiki locally