tuna and Minio
Step 1. Download the client
Instructions are available on the installation page.
Step 2. Start the Minio server
To run with Docker, you can use the command:
docker run -p 9000:9000 quay.io/minio/minio server /data
Step 3. Run tuna
Minio uses port 9000 by default:
tuna tcp 9000