You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers. This quick-start guide demonstrates how to use Compose to set up and run WordPress. Before starting, make sure you have Compose installed.
cd ~
git clone https://github.com/JamaicanDevelopers/docker-wordpress.git
- Navigate to the repo
cd docker-wordpress
- Build the project
docker-compose up -d
docker-compose down