This website requires JavaScript.
Explore
Help
Sign In
MyFavMirrors
/
minio
mirror of
https://github.com/minio/minio.git
Watch
1
Star
0
Fork
You've already forked minio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
556552340a
minio
/
Dockerfile
8 lines
103 B
Docker
Raw
Normal View
History
Unescape
Escape
build edge off from latest release remove complicated docker files just use one for all situations, if need to build master build locally using Dockerfile.dev fixes #12450
2021-06-05 20:15:19 -04:00
FROM
minio/minio:latest
docker: Support docker swarm secrets. (#3977) Fixes #3896
2017-04-08 04:43:40 -04:00
ENTRYPOINT
[
"/usr/bin/docker-entrypoint.sh"
]
Update volume in Dockerfiles (#5646) All sample commands in Minio docs use the volume path as /data. Updated the dockerfiles to follow the same pattern. Fixes #5635
2018-03-13 21:29:27 -04:00
VOLUME
[
"/data"
]
docker: Support docker swarm secrets. (#3977) Fixes #3896
2017-04-08 04:43:40 -04:00
CMD
[
"minio"
]