How Docker creates MySQL
In this article, the editor introduces "how Docker creates MySQL" in detail, with detailed content, clear steps and proper handling of details. I hope this article "how to create MySQL in Docker" can help you solve your doubts.
1. Download mysql image
Command: docker pull mysql
two。 Create a container
Sample command:
Sudo docker run-p 3306 pwd/conf:/etc/mysql/conf.d 3306-- name mysql-v $pwd/conf:/etc/mysql/conf.d-v $pwd/logs:/logs-v $pwd/data:/var/lib/mysql-e mysql_root_password=root-d mysql
Command description:
Read here, this "how to create Docker MySQL" article has been introduced, want to master the knowledge of this article also need to practice and use to understand, if you want to know more about the article, welcome to follow the industry information channel.