This website requires JavaScript.
Explore
Help
Sign In
autonomic-cooperative
/
minio
Archived
Watch
5
Star
0
Fork
0
You've already forked minio
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-06-17
. You can view files and clone it, but cannot push or open issues or pull requests.
7fd085f164
minio
/
Dockerfile
8 lines
103 B
Docker
Raw
Normal View
History
Unescape
Escape
Bootstrap minio
2020-03-26 10:37:18 +00:00
FROM
minio/minio:RELEASE.2020-03-25T07-03-04Z
EXPOSE
9000
COPY
.
${
WORKDIR
}
Run the server
2020-03-26 10:48:36 +00:00
CMD
[
"minio"
,
"server"
]
Reference in New Issue
Copy Permalink