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 2, 2016
·
1 revision
Architecture
The scripts folder contains convenience bash scripts (inspired by
the autobuild-ceph repo) to ceph in
multiple ways.
The build_daemon_image script generates a
deployable docker image by taking an installation folder and adding its
contents on top of the official
ceph-daemon base image:
In the context of our Popper convention, we need something that is
end-to-end reproducible. For the same reasons, we would like to have a
local dev environment that is not based on vstart.sh. With the
approach that we take to create ceph-daemon images, we can leverage
the ceph-demo image to test locally.
Example
TODO: show an example of how to create a new custom docker image