# tuna and Minio

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Start the Minio server

To run with Docker, you can use the command:

```bash
docker run -p 9000:9000 quay.io/minio/minio server /data

```

## Step 3. Run tuna

Minio uses port `9000` by default:

```bash
tuna tcp 9000

```
