Skip to content

Instantly share code, notes, and snippets.

@dustinrue
Created August 27, 2017 16:43
Show Gist options
  • Save dustinrue/69fdfb30f70550c0d9c8b0d1469bfafe to your computer and use it in GitHub Desktop.
Save dustinrue/69fdfb30f70550c0d9c8b0d1469bfafe to your computer and use it in GitHub Desktop.
mkdir -p /opt/minio/data
mkdir /opt/minio/cofig
docker run -d -p 9000:9000 \
--name minio \
-v /opt/minio/data:/data \
-v /opt/minio/config:/root/.minio \
minio/minio server /data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment