-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Michael Sevilla edited this page Jun 2, 2016
·
8 revisions
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:
- Quickstart: you want to get started RIGHT NOW!!!!!
- Distributing Images: you want the image on all cluster nodes.
Design Details:
- Rationale: how to layer binaries on top of the official Docker daemon image.
- Architecture: you want to build Docker images by hand.