How to install wordpress on your local host with docker.
This tutorials supply a docker compose script, which enables the installation of the apache web server, php, sql database mariadb, phpmyadmin in one commandline. Also I explained installation, stop, start, and remove wordpress with docker step by step.
The video content you can find here:
http://codehamster.aihey.de/2018/09/1...
The docker-compose.yml file is here to download: https://drive.google.com/open?id=1A4k...
installation command:
$ docker-compose -f /path/to/docker-compose.yml up -d