MinIO: Difference between revisions
(Created page with " = Deploy Minio as Container = podman run -d \ -p 9000:9000 \ -p 9001:9001 \ -v /minio/data:/data \ -e "MINIO_ROOT_USER=root" \ -e "MINIO_ROOT_PASSWORD=passw0rd" \ --name minio_server_9001 \ quay.io/minio/minio server /data --console-address ":9001" Now open a browser and access the url http://<your server>:9001/ = Configure Minio container as Linux Service = Create file '''/etc/systemd/system/minio-container.service''', and add the following c...") |
No edit summary |
||
Line 1: | Line 1: | ||
* [[MinIO: Deploy MinIO as Container]] | |||