Here's how you can get a wordpress instance running in seconds with Docker and Docker-Compose.
- Docker
- Docker Compose
- Create a folder and copy in docker-compose.yml
- Open a terminal and change directory to your new folder
- Inside that folder create a src folder (eg
mkdir src
) - Run
docker-compose up
Now open up http://localhost:8100
- When I ran this on my Raspberry Pi I discovered that mysql doesnt run on 32bit ARM. If you're running on a Raspberry Pi and you have problems try changing the image to jsurf/rpi-mariadb.