[Contributing FAQ] How do I run MinIO locally on my computer (as a standalone as opposed to running it on a pod)? #3381
-
How do I run MinIO locally on my computer (as a standalone as opposed to running it on a pod)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This would be an alternative to setting up MinIO to run as a deployment in a Kubernetes cluster (we have instructions for that here: https://velero.io/docs/main/contributions/minio/). Instructions to run standalone MinIO on Docker: https://docs.minio.io/docs/minio-docker-quickstart-guide To create a MinIO container with persistent storage for GNU/Linux and macOS:
Note: you probably will need to create this directory structure and make sure it has write permission: Once the command above runs successfully, you can ctrl exit out of that and going forward run Whatever values you use above for Connecting Velero to the standalone MinIO: When configuring a backup storage location, either via Note that the IP number needs to be the IP address of your machine (localhost will not work). You may get that address running |
Beta Was this translation helpful? Give feedback.
This would be an alternative to setting up MinIO to run as a deployment in a Kubernetes cluster (we have instructions for that here: https://velero.io/docs/main/contributions/minio/).
Instructions to run standalone MinIO on Docker: https://docs.minio.io/docs/minio-docker-quickstart-guide
To create a MinIO container with persistent storage for GNU/Linux and macOS:
Note: you probably will need to create this directory structure and make sure it has write permission:
/private/mnt/data
. Here's some context for that: