Ceph-related dockerfiles
ceph/base
: Ceph base container image. This is nothing but a fresh install of the latest Ceph on Ubuntu LTS (14.04)ceph/daemon
: All-in-one container for all core daemons.ceph/mds
: DEPRECATED (usedaemon
) Ceph MDS (Metadata server)ceph/mon
: DEPRECATED (usedaemon
) Ceph Mon(itor)ceph/osd
: DEPRECATED (usedaemon
) Ceph OSD (object storage daemon)ceph/radosgw
: DEPRECATED (usedaemon
) Ceph Rados gateway service; S3/swift API server
ceph/config
: Initializes and distributes cluster configurationceph/docker-registry
: Rados backed docker-registry images repositoryceph/rados
: Convenience wrapper to execute therados
CLI toolceph/rbd
: Convenience wrapper to execute therbd
CLI toolceph/rbd-lock
: Convenience wrapper to block waiting for an rbd lockceph/rbd-unlock
: Convenience wrapper to release an rbd lockceph/rbd-volume
: Convenience wrapper to mount an rbd volume
ceph/demo
: Demonstration cluster for testing and learning. This container runs all the major ceph components installed, bootstrapped, and executed for you to play with. (not intended for use in building a production cluster)
A recorded video on how to deploy your Ceph cluster entirely in Docker containers is available here: