mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
syntax highlighting : Remove sh from code block which incorrectly highlights shell commands. (#3504)
This commit is contained in:
parent
f9025652df
commit
00baec1746
@ -6,13 +6,13 @@ Minio server is light enough to be bundled with the application stack, similar t
|
||||
|
||||
## Docker Container
|
||||
### Stable
|
||||
```sh
|
||||
```
|
||||
docker pull minio/minio
|
||||
docker run -p 9000:9000 minio/minio server /export
|
||||
```
|
||||
|
||||
### Edge
|
||||
```sh
|
||||
```
|
||||
docker pull minio/minio:edge
|
||||
docker run -p 9000:9000 minio/minio:edge server /export
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user