Wordpress is built on docker
Docker container with php 7.1 on Apache (httpd). Based on an docker-compose.yml file
- Docker and Docekr-compose
- GIT
- clone this repository
git clone https://github.com/meysam-mahmoodi/docker-wordpress.git
- navigate to it
cd docker-wordpress
- Build docker image:
docker-compose build
- Run it:
docker run -d --name wordpress -p 80:80 docker-wordpress_php7