We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0db3a commit b18af85Copy full SHA for b18af85
1 file changed
README.md
@@ -135,10 +135,12 @@ cmake --build build
135
Some tests require a local MinIO container to be running:
136
137
```bash
138
-docker run -p 9000:9000 -p 9001:9001 \
+$ docker build .
139
+$ docker run -d -p 9000:9000 -p 9001:9001 \
140
-e "MINIO_ROOT_USER=minio_access" \
141
-e "MINIO_ROOT_PASSWORD=minio_secret" \
- quay.io/minio/minio server /data --console-address ":9001"
142
+ s3cpp-minio:latest \
143
+ server /data --console-address ":9001"
144
```
145
146
The full test suite contains 54 tests
0 commit comments