Skip to content

Commit 055c8b0

Browse files
committed
mariadb: network naming from docker-library#1860
1 parent e0b7760 commit 055c8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or:
2020

2121
```console
2222
$ docker network create some-network # Create the network
23-
$ docker run --net some-network --name some-%%REPO%% -e MYSQL_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
23+
$ docker run --net some-network --name some-%%REPO%% -e MARIADB_ROOT_PASSWORD=my-secret-pw -d %%IMAGE%%:tag
2424
```
2525

2626
... where `some-network` is newly created network (other than `bridge` as the default network), `some-%%REPO%%` is the name you want to assign to your container, `my-secret-pw` is the password to be set for the MariaDB root user and `tag` is the tag specifying the MariaDB version you want. See the list above for relevant tags.

0 commit comments

Comments
 (0)