mirror of https://github.com/docker/docs.git
Update develop.md
data volume name does not match to the following command
This commit is contained in:
parent
8c3047c922
commit
e26135b7d9
|
@ -25,7 +25,7 @@ Before we run MySQL in a container, we'll create a couple of volumes that Docker
|
||||||
Let’s create our volumes now. We’ll create one for the data and one for configuration of MySQL.
|
Let’s create our volumes now. We’ll create one for the data and one for configuration of MySQL.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker volume create mysql
|
$ docker volume create mysql_data
|
||||||
$ docker volume create mysql_config
|
$ docker volume create mysql_config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue