Test the Wordpress CMS
composer installRun the following command to start the container:
make startThen, retrieve your docker machine IP address:
docker-machine ipFor 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