MinIO client is a CLI tool for accessing and managing MinIO instances.
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/"