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

Building Images

This guide helps you create your own builder images. Recall, these images create Ceph Docker daemon images -- you can't run spawn Ceph daemons and run them on your cluster with these images.

  1. Build the base builder image:
cd builder-base
docker build -t systemslab/builder-ceph:jewel .
  1. Build the builder for your specific Ceph system:
cd ../builder-mantle
docker build -t systemslab/builder-mantle:jewel .
Clone this wiki locally