[5 Mins Docker Series] Deploy Wordpress in CentOS 7 Docker

preview_player
Показать описание
This video is going to present how to quickly deploy a wordpress image in CentOS 7 with Docker.

Some commands I used in the video:

sudo systemctl start docker # Start the Docker daemon.
sudo docker images # Show local images
sudo docker run -d -p 80:80 tutum/wordpress # Run container
sudo docker stop "blog" # Stop container
sudo docker ps -a # Show container list

5 Minutes Docker Series:

Related Videos:

=======================================================
Рекомендации по теме
Комментарии
Автор

WordPress not found in /var/www/html - copying now...
Complete! WordPress has been successfully copied to /var/www/html
AH00534: apache2: Configuration error: No MPM loaded.

Can you help me in this please...

chiragsehra