Skip to content

Instantly share code, notes, and snippets.

@bored-engineer
Last active July 23, 2017 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bored-engineer/b4e3597afdc742e585b9c1afaa5baef4 to your computer and use it in GitHub Desktop.
Save bored-engineer/b4e3597afdc742e585b9c1afaa5baef4 to your computer and use it in GitHub Desktop.
Command to run minio on a WD MyCloud
docker run -d -p 9000:9000 --name $share -v /mnt/HD/HD_a2/$share/:/export -v /mnt/HD/HD_a2/$share/config:/root/.minio minio/minio server /export/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment