Skip to content

Docker image which contains ceph library and related python library based on alpine

License

Notifications You must be signed in to change notification settings

danielqsj/docker-alpine-ceph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

alpine-ceph

Docker Stars Docker Pulls Docker Automated build

Alpine Ceph library Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains ceph library and glibc to enable proprietary projects work on Alpine.

Download size of this image is only:

Usage Example

This image is intended to be a base image for your projects, so you may use it like this:

FROM danielqsj/alpine-ceph

COPY ./ceph_config /etc/ceph
COPY ./my_app /usr/local/bin/my_app
$ docker build -t my_app .

About

Docker image which contains ceph library and related python library based on alpine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published