Run update.sh

This commit is contained in:
Docker Library Bot 2021-03-23 16:11:02 +00:00
parent 17769f363d
commit 9cd729ff58
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,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-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:tag
$ docker run -p 127.0.0.1:3306:3306 --name some-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:tag
```
or: