Skip to content

Instantly share code, notes, and snippets.

@come25136
Last active January 19, 2022 09:40
Show Gist options
  • Save come25136/40ab33fb67afc2bf9090bf1086166fd1 to your computer and use it in GitHub Desktop.
Save come25136/40ab33fb67afc2bf9090bf1086166fd1 to your computer and use it in GitHub Desktop.
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