Test the Wordpress CMS
composer install
Run the following command to start the container:
make start
Then, retrieve your docker machine IP address:
docker-machine ip
For example 192.168.64.12
.
Finaly, you can access your WordPress project from any browser: https://192.168.64.12:8000/
Note: 8000 is the default port used.
make stop