-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
My command:
docker run -v `pwd`/conf-mysql:/etc/mysql/conf.d -v `pwd`/volume-mysql:/var/lib/db-data -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql
My custom config
$ cat conf-mysql/my.cnf
[mysqld]
datadir=/var/lib/db-data/
Then I expect data in volume-mysql
but it's empty
In mysql:5.6 works fine
$ docker -v
Docker version 17.03.0-ce, build 60ccb22
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image