Merge pull request #1898 from iwschris/update_maria_docs
Update MariaDB docs run command
This commit is contained in:
commit
17769f363d
|
|
@ -13,7 +13,7 @@ The intent is also to maintain high compatibility with MySQL, ensuring a library
|
||||||
Starting a MariaDB instance is simple:
|
Starting a MariaDB instance is simple:
|
||||||
|
|
||||||
```console
|
```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:
|
or:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue