mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Docker command updated
Docker does not allow Uppercase letters, throws this error `docker: invalid reference format: repository name must be lowercase.`
This commit is contained in:
parent
d664e97104
commit
0e8b95f4bf
@ -30,7 +30,7 @@ For more [details about those features, go to our documentation](https://docs.me
|
|||||||
#### Run it using Docker
|
#### Run it using Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it -p 7700:7700 --rm getmeili/MeiliSearch
|
docker run -it -p 7700:7700 --rm getmeili/meilisearch
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Download the binary
|
#### Download the binary
|
||||||
|
Loading…
Reference in New Issue
Block a user