Last active
September 24, 2020 11:00
-
-
Save Frechet/38d204b2eeb60ccc261d8a0139081b88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 --name minio -p 9000:9000 -e "MINIO_ACCESS_KEY=admin" -e "MINIO_SECRET_KEY=adminadmin" minio/minio server /data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment