Skip to content

Commit b18af85

Browse files
committed
Update Docker instructions for MinIO: We now have our own Dockerfile, the same we use on CI
1 parent 6f0db3a commit b18af85

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ cmake --build build
135135
Some tests require a local MinIO container to be running:
136136

137137
```bash
138-
docker run -p 9000:9000 -p 9001:9001 \
138+
$ docker build .
139+
$ docker run -d -p 9000:9000 -p 9001:9001 \
139140
-e "MINIO_ROOT_USER=minio_access" \
140141
-e "MINIO_ROOT_PASSWORD=minio_secret" \
141-
quay.io/minio/minio server /data --console-address ":9001"
142+
s3cpp-minio:latest \
143+
server /data --console-address ":9001"
142144
```
143145

144146
The full test suite contains 54 tests

0 commit comments

Comments
 (0)