Skip to content

Commit 864dc89

Browse files
authored
Merge pull request #32 from stackhpc/readme-minio
README: update minio script info
2 parents 68516fb + 5ac3057 commit 864dc89

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,16 @@ For simple testing purposes Minio is a convenient object storage server.
143143
Start a local [Minio](https://min.io/) server which serves the test data:
144144

145145
```sh
146-
chmod +x ./scripts/minio-run
147-
./scripts/minio-run
146+
./scripts/minio-start
148147
```
149148

150-
The Minio server will run until it is stopped using `Ctrl+C`.
149+
The Minio server will run in a detached container and may be stopped:
150+
151+
```sh
152+
./scripts/minio-stop
153+
```
154+
155+
Note that object data is not preserved when the container is stopped.
151156

152157
### Upload some test data
153158

0 commit comments

Comments
 (0)