Add Minio container
Minio is an s3 compatible server written in go.
This commit is contained in:
5
minio/Dockerfile
Normal file
5
minio/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM minio/minio
|
||||
|
||||
MAINTAINER Thor Erik Lie <thor@thorerik.com>
|
||||
|
||||
ENTRYPOINT ["minio", "server", "/export"]
|
Reference in New Issue
Block a user