Skip to content
Michael Sevilla edited this page Sep 20, 2016 · 8 revisions

Building Images

This guide helps you create your own builder images. Recall, these images create Ceph Docker daemon images -- you cannot spawn Ceph daemons and run them on your cluster with these images. These images must be built in this order, otherwise you will build images with the wrong base installs. To build the base builder image:

docker build -t cephbuilder/ceph:jewel builder-base

After the images are built, you can start using them -- so checkout the Quickstart.

Clone this wiki locally