-
Notifications
You must be signed in to change notification settings - Fork 4
Building Images
Michael Sevilla edited this page Sep 5, 2016
·
8 revisions
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.
- Build the base builder image:
docker build -t cephbuilder/ceph:jewel builder-base
- Build the builder for your specific Ceph system:
docker build -t cephbuilder/mantle:jewel builder-mantle
After the images are built, you can start using them -- so checkout the Quickstart.