We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e31e7 commit 5ac3057Copy full SHA for 5ac3057
README.md
@@ -143,11 +143,16 @@ For simple testing purposes Minio is a convenient object storage server.
143
Start a local [Minio](https://min.io/) server which serves the test data:
144
145
```sh
146
-chmod +x ./scripts/minio-run
147
-./scripts/minio-run
+./scripts/minio-start
148
```
149
150
-The Minio server will run until it is stopped using `Ctrl+C`.
+The Minio server will run in a detached container and may be stopped:
+
151
+```sh
152
+./scripts/minio-stop
153
+```
154
155
+Note that object data is not preserved when the container is stopped.
156
157
### Upload some test data
158
0 commit comments