Docker to run WordPress
How to use?
- Clone this repository in your local machine
- Run the command:
sudo docker-compose up
- Find the IP Address of the container:
sudo docker inspect <container id> | grep IPAddress
-
Example: "IPAddress": "172.19.0.3"
-
Run the IPAddress number in your browser
-
You're all set!