-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Michael Sevilla edited this page Jun 1, 2016
·
8 revisions
These Docker images compile our Ceph projects and produce Docker daemon images. These 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.
Table of Contents:
- Quickstart: you want to get started RIGHT NOW!!!!!
- Rationale: you want to know how we layer binaries on top of the official Docker daemon image.
- Manually Generating Docker Images: you want to build Docker images by hand.