mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
Fix docker release titles
This commit is contained in:
parent
1788c58d5c
commit
eb372d53df
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@ $ go get -u github.com/minio/minio
|
|||
In the examples below, Minio serves the contents of the ``Photos`` directory as an object store.
|
||||
|
||||
### Docker Container
|
||||
#### Latest Stable
|
||||
#### Stable
|
||||
```sh
|
||||
$ docker pull minio/minio
|
||||
$ docker run -p 9000:9000 minio/minio server /export
|
||||
```
|
||||
|
||||
#### Latest Edge (Testing Only)
|
||||
#### Edge
|
||||
```sh
|
||||
$ docker pull minio/minio:edge
|
||||
$ docker run -p 9000:9000 minio/minio:edge server /export
|
||||
|
|
Loading…
Reference in a new issue