You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Build the base builder image:
cd builder-base
docker build -t systemslab/builder-ceph:jewel .
Build the builder for your specific Ceph system:
cd ../builder-mantle
docker build -t systemslab/builder-mantle:jewel .