Merge pull request #1898 from iwschris/update_maria_docs

Update MariaDB docs run command
This commit is contained in:
Tianon Gravi 2021-03-23 08:51:12 -07:00 committed by GitHub
commit 17769f363d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: