mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Update develop.md
data volume name does not match to the following command
This commit is contained in:
@@ -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.
|
||||
|
||||
```console
|
||||
$ docker volume create mysql
|
||||
$ docker volume create mysql_data
|
||||
$ docker volume create mysql_config
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user