docker-graph-driver

command module
v0.0.0-...-01e0b8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
rbd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL