Skip to content

hustcat/docker-graph-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker external graph driver

Why external graph driver

Long times ago, @dachary proposed implement Ceph storage driver, but still not achieved now. The main reason is that it is not possible to statically compile docker with the ceph graph driver enabled because some static libraries are missing (Ubuntu 14.04) at the moment.

For support rbd storage driver, must use dynamic compile.This is not accepted by docker community.

Now docker community plan to implement out-of-process graph driver #13777. It is a good tradeoff between Docker and Ceph.

On the other hand, companies like EMC, NetApp and others will most likely not be sending pull requests to add their product specific graph driver to the Docker repository. That can be because of a multitude of reasons: they want to keep it closed source, they want to put some proprietary stuff in there, they'd want to be able to change it, update it separately from Docker releases and so on.

Support graph drivers

How to use

How to compile

go build -v

Run docker graph driver

# ./docker-graph-driver -D -s rbd
DEBU[0000] Rbd setup base image                         
INFO[0000] listening on /run/docker/plugins/rbd.sock
   
DEBU[0000] root group found. gid: 0

Integration with Docker

TODO:

Others

About

Docker external graph driver extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages