From 70b586702cb1715d4ff4dd7ffe356285df73b18e Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Fri, 29 Nov 2013 01:54:41 -0500 Subject: [PATCH] Add contrb/zfs/ and add self as maintainer of ZFS storage driver. --- contrib/zfs/MAINTAINERS | 1 + contrib/zfs/README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 contrib/zfs/MAINTAINERS create mode 100644 contrib/zfs/README.md diff --git a/contrib/zfs/MAINTAINERS b/contrib/zfs/MAINTAINERS new file mode 100644 index 0000000000..90bc6e3d60 --- /dev/null +++ b/contrib/zfs/MAINTAINERS @@ -0,0 +1 @@ +Gurjeet Singh (gurjeet.singh.im) diff --git a/contrib/zfs/README.md b/contrib/zfs/README.md new file mode 100644 index 0000000000..7789180cad --- /dev/null +++ b/contrib/zfs/README.md @@ -0,0 +1,22 @@ +# ZFS Stroage 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 + +Pre-alpha + +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. + +