Last active
January 19, 2022 09:40
-
-
Save come25136/40ab33fb67afc2bf9090bf1086166fd1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --mount type=volume,src=minio,dst=/data -p 9000:9000 -p 9001:9001 -e "MINIO_ROOT_USER=minioadmin" -e "MINIO_ROOT_PASSWORD=minioadmin" -e "MINIO_ACCESS_KEY=minioadmin" -e "MINIO_SECRET_KEY=minioadmin" minio/minio server /data --console-address ":9001" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment