Update MariaDB docs run command

This commit is contained in:
Chris Reynolds 2021-03-20 13:22:04 -04:00
parent 80e12f6de7
commit f3e7df0d65
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The intent is also to maintain high compatibility with MySQL, ensuring a library
Starting a MariaDB instance is simple:
```console
$ docker run --port 127.0.0.1:3306:3306 --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
$ docker run -p 127.0.0.1:3306:3306 --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
```
or: