xforty / ceph-docker

Docker files and images to run Ceph in containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ceph

Ceph-related dockerfiles

Core Components:

  • ceph/base: Ceph base container image. This is nothing but a fresh install of the latest Ceph on Ubuntu LTS (14.04)
  • ceph/mds: Ceph MDS (Metadata server)
  • ceph/mon: Ceph Mon(itor)
  • ceph/osd: Ceph OSD (object storage daemon)
  • ceph/radosgw: Ceph Rados gateway service; S3/swift API server

Utilities and convenience wrappers

Demo

  • 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)

About

Docker files and images to run Ceph in containers

License:MIT License


Languages

Language:Shell 57.7%Language:Python 32.9%Language:Go 9.3%