Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How Docker creates MySQL

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

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.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report