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

The method of building WordPress based on Docker

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

1. First download the mysql image and the wordpress image

[root@kangvcar ~] # docker pull hub.c.163.com/library/mysql:latest [root@kangvcar ~] # docker pull hub.c.163.com/library/wordpress:latest

two。 View a list of local images

[root@kangvcar ~] # docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEhub.c.163.com/library/wordpress latest ca96afcfa242 4 weeks ago 405.7 MBhub.c.163.com/library/mysql latest 9e64176cd8a2 8 weeks ago 407.1 MB

3. Start the mysql container with a mysql image

[root@kangvcar] # docker run-- name mysql_wordpress-e MYSQL_ROOT_PASSWORD=000000-d hub.c.163.com/library/mysql:latest35f82ce4a617575356046439fd0dbb2cdc369c4332760d375774f0041bc93e64

4. Start the wordpress container with the wordpress image and link to the mysql_wordpress container created in the previous step

[root@kangvcar] # docker run-- name wordpress-- link mysql_wordpress:mysql_wordpress-p 80:80-d hub.c.163.com/library/wordpress:latest2b1b81df9749f637ff3ec8534489657cc8d39b54202e260fdef9195028e4ea08

5. Visit

The above is the whole content of this article, I hope it will be helpful to your study, and I also hope that you will support it.

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

Servers

Wechat

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

12
Report