docker-compose> v1.6
- Unzip the CraftCMS download into
web, overwriting thecraftandpublicfolders therein. - Install Docker
- Run
docker-compose up - Navigate to the docker machine's ip (generally http://192.168.99.100/)
- Set your DB credentials to the following:
'server' => 'db',
'database' => 'craftcms',
'user' => 'docker',
'password' => 'docker',