ironstar-io / tokaido

Zero-conf Drupal Local Development Environments with Docker
https://tokaido.io
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

tok stop doesn't stop all the containers #229

Closed eleonel closed 4 years ago

eleonel commented 4 years ago

What happened: I ran tok stop while I had all the Tokaido containers running.

Screenshot from 2020-01-25 17-18-23

But I can see some of the containers are still running and this is an issue because then if you want to change to another git branch you may received some: warning: unable to unlink ... Permission denied

Environment:

ironmike-au commented 4 years ago

Hi Eleo,

These containers are part of the 'proxy' service, which presents the https://*.local.tokaido.io:5154 URL. It's normal for these to keep running even if you don't have any Tokaido environments running.

Can you provide a little more detail about how you got the 'unable to unlink' error? Note that most Tokaido commands can be run with a -d flag to get some extra debug output.

eleonel commented 4 years ago

Hi @otakumike

Sorry the problem that I have with the unable to unlink it was just a permissions error, not related to those Tokaido containers running.