deploy Wordpress with MySQL
Tools you need : docker
docker-compose
A bit of knowledge in linux and docker
to use the docker-compose file, clone it first to your local folder git clone https://github.com/Lewflo/wordpress
up the service
docker-compose up -d
to check your existing containers,
docker ps -a
:V