Skip to content

Instantly share code, notes, and snippets.

@Darkflib
Created July 15, 2018 14:35
Show Gist options
  • Save Darkflib/ea8eb2926fa4956f63d5892de0bb78ac to your computer and use it in GitHub Desktop.
Save Darkflib/ea8eb2926fa4956f63d5892de0bb78ac to your computer and use it in GitHub Desktop.
distributed containerised minio with a private network over 6 machines
docker run -d --restart unless-stopped -e MINIO_ACCESS_KEY=AKAARDVARKS -e MINIO_SECRET_KEY=oobidoobidowahwahwahwahhuba \
-v /mnt/minio:/minio \
--network host \
minio/minio server \
http://10.98.88.3/minio \
http://10.98.88.4/minio \
http://10.98.88.5/minio \
http://10.98.88.6/minio \
http://10.98.88.7/minio \
http://10.98.88.9/minio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment