From 5ce64c0f949844ca611e9ca5afd2ba81d757e300 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 30 Apr 2014 11:56:14 -0600 Subject: [PATCH] Remove contrib/zfs directory A WIP pull request or issue for discussion would be a better avenue for collaboration and discussion of a ZFS backend. Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) Upstream-commit: 0037dc8d60bc22e34838e15efaa1041ea2826c2c Component: engine --- components/engine/contrib/zfs/MAINTAINERS | 1 - components/engine/contrib/zfs/README.md | 23 ----------------------- 2 files changed, 24 deletions(-) delete mode 100644 components/engine/contrib/zfs/MAINTAINERS delete mode 100644 components/engine/contrib/zfs/README.md diff --git a/components/engine/contrib/zfs/MAINTAINERS b/components/engine/contrib/zfs/MAINTAINERS deleted file mode 100644 index 05fb572459..0000000000 --- a/components/engine/contrib/zfs/MAINTAINERS +++ /dev/null @@ -1 +0,0 @@ -Gurjeet Singh (@gurjeet) diff --git a/components/engine/contrib/zfs/README.md b/components/engine/contrib/zfs/README.md deleted file mode 100644 index 84f6296e10..0000000000 --- a/components/engine/contrib/zfs/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# ZFS Storage Driver - -This is a placeholder to declare the presence and status of ZFS storage driver -for containers. - -The current development is done in Gurjeet Singh's fork of Docker, under the -branch named [zfs_driver]. - -[zfs_driver]: https://github.com/gurjeet/docker/tree/zfs_driver - - -# Status - -Alpha: The code is now capable of creating, running and destroying containers -and images. - -The code is under development. Contributions in the form of suggestions, -code-reviews, and patches are welcome. - -Please send the communication to gurjeet@singh.im and CC at least one Docker -mailing list. - -