Setup — solution Docker for local Wordpress development - martindubenet/Wordpress GitHub Wiki

Since Docker is used in the company that I'm working for and that is recommanded in the 6th of « 7 Best Local WordPress Development Environments in 2023 » by Automatic on JetPack.com, I decided to give it a try. I found this tutorial about « How to Deploy WordPress Image as a Docker Container » that seems straightforward.

Docker

Free version for personnal usage

  1. Download https://www.docker.com/products/personal/
  2. Install it, then run this line in Terminal to validate it has been installed.

    docker compose version

  3. In Docker app, go to «Images» and pull (download) these required images:
    1. wordpress
    2. mysql
    3. phpmyadmin