Skip to content

Instantly share code, notes, and snippets.

@aczietlow
Created September 1, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aczietlow/14f43618187911131e60bacc1b9704f4 to your computer and use it in GitHub Desktop.
Save aczietlow/14f43618187911131e60bacc1b9704f4 to your computer and use it in GitHub Desktop.

Docksal

Docksal is included as an alternative to Vagrant for local development. Docksal configuration is included in the .docker directory.

Requirements

virtualBox >= 5.1.x

docksal >= 1.6

Getting Started

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment