docksal / boilerplate-drupal7

Drupal 7 boilerplate project with basic configuration powered by Docksal
https://docksal.io
13 stars 18 forks source link

`fin init` fails after upgrading from docksal 0.6.5 to docksal 0.11.5 #3

Closed MKorostoff closed 7 years ago

MKorostoff commented 7 years ago

After downloading this example site and running fin init I received the following error:

ERROR: Service "cli" mounts volumes from "docksal-ssh-agent", which is not the name of a service or container.

I can get fin init to sort of work by commenting out these lines in docksal.yml:

docksal yml olympics 2016-12-01 12-56-18

But it does not result in a working site:

site

MKorostoff commented 7 years ago

On the advice of @achekulaev I did the following:

fin update then fin reset system and then fin up

after that, fin init worked:

works