Docksal is included as an alternative to Vagrant for local development. Docksal configuration is included in the .docker directory.
virtualBox >= 5.1.x
docksal >= 1.6
Getting set up. a. Migrating from Drupal VM
destroy/restart everything in vagrant box erase Vagrantfile from repository in ~/.docker/config.json, add :
{ "auths": { "https://index.docker.io/v1/": { "auth": "Y3ppZXRsb3c6d1VZXlZNeUNnJjR1MVhXTW4kMVUlamZZeHlYdQ==" } } }
Remind Chris that we really should be using tokens for this. From inside the project root, run fin init
You will be prompted for the administration password on your host machine. run fin init. Again you will be prompted to enter your password.