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!
Note: other mode connection http://localhost:8000 or http://YOUR_IP:8000 in a web browser.
Author
- Edison Isaza - peluza