From 8d5ddebaaf58460cc1649007cd2d7074304c160e Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Sun, 17 Jan 2016 20:18:29 +0100 Subject: [PATCH] Add Docker Machine NFS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008eeec..1b643e9 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ Securely store your Docker images. * [Azure Files Volume Driver](https://github.com/ahmetalpbalkan/azurefile-dockervolumedriver) - A Docker volume driver that allows you to mount persistent volumes backed by Microsoft Azure File Service. By [@ahmetalpbalkan][ahmetalpbalkan] * [Docker Unison](https://github.com/leighmcculloch/docker-unison) A docker volume container using Unison for fast two-way folder sync. Created as an alternative to slow boot2docker volumes on OS X. By [@leighmcculloch](https://github.com/leighmcculloch) * [Netshare](https://github.com/gondor/docker-volume-netshare) A Docker volume plugin written in Go that supports mounting NFS, AWS EFS & CIFS volumes within a container. By [@gondor][gondor] +* [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. ## Useful Images