Skip to content

Files

Latest commit

5e9f8b0 · Nov 18, 2021

History

History

client

MinIO Client

MinIO client is a CLI tool for accessing and managing MinIO instances.

Usage

Pull and tag the image for quick access (alternatively, build it from this directory):

docker pull ghcr.io/cloudwebmanage/cwm-worker-deployment-minio/client:latest &&\
docker tag ghcr.io/cloudwebmanage/cwm-worker-deployment-minio/client:latest mc

Run a command on a local MinIO instance:

docker run --network=host mc http://localhost:8080 12345678 12345678 "mc ls minio/"