From 4adaaa74df93f5ebfd90e0a2a87ab97509550509 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 9 Nov 2016 15:19:51 +0100 Subject: [PATCH] added Minio S3 storage in Docker containers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 617c3ba..14503ab 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Securely store your Docker images. * [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. * [REX-Ray](https://github.com/codedellemc/rexray) Vendor agnostic storage orchestration engine to provide persistent storage for Docker containers as well as Mesos frameworks and tasks. * [Local Persist](https://github.com/CWSpear/local-persist) Specify a mountpoint for your local volumes (created via `docker volume create`) so that files will always persist and so you can mount to different directories in different containers. +* [Minio](https://github.com/jelastic-jps/minio) - S3 compatible object storage server in Docker containers ## Useful Images