Skip to content

Commit 50c373c

Browse files
Make instructions more clear. (#2)
Make docker build instructions more easier.
1 parent cb70f4a commit 50c373c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Collection of tests to detect resource leaks, gauge performance problems and ove
1818
- Build and Run
1919

2020
```sh
21-
$ docker build -t minio/mint:alpha
21+
$ cd mint
22+
$ docker build -t minio/mint:alpha .
2223
$ docker run -e ENDPOINT=play.minio.io:9000 -e ACCESS_KEY=Q3AM3UQ867SPQQA43P2F -e SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG -e ENABLE_HTTPS=1 mint:alpha
2324
```
2425

0 commit comments

Comments
 (0)