ChrisWiegman / kana

A simple, portable CLI for efficient WordPress development

Home Page:https://github.com/ChrisWiegman/kana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Colima support

ChrisWiegman opened this issue · comments

I've been working on Colima (https://github.com/abiosoft/colima) support but there are complications.

Pointing the docker socket is easy. Getting the mounts to work has been a challenge. Currently every attempt to use Colima fails because the mounts (WordPress and MySQL) fail with permissions errors in the bind mounts. This seems to be related to abiosoft/colima#102 but, as of now, I have no answer to it.

Have you attempted to use the 9p driver? It is however slower than sshfs (the default).

I have not looked into alternative FS drivers for it. To be honest I don't use it myself so I'm not as familiar with the options. Would you say that changing drivers is a realistic expectation with an app like Kana?