What is the problem you're trying to solve?.
On Windows I can run finch.exe from the Windows environment (cmd / powershell), as well as finch.exe from "my" WSL2 distribution (e.g. Ubuntu) if I have interop enabled in the wsl.conf.
However from "my" WSL2 distribution I am unable to do finch build using a Dockerfile stored in this distribution. finch build would only work if the Dockerfile was stored in the Windows filesystem
Describe the feature you'd like
I would to make all finch calls from "my" WSL2 distributions including supporting cross distribution file mounts for finch build and finch run --volume.
Additional context
Finch on Windows
What is the problem you're trying to solve?.
On Windows I can run
finch.exefrom the Windows environment (cmd / powershell), as well asfinch.exefrom "my" WSL2 distribution (e.g. Ubuntu) if I have interop enabled in thewsl.conf.However from "my" WSL2 distribution I am unable to do
finch buildusing a Dockerfile stored in this distribution.finch buildwould only work if the Dockerfile was stored in the Windows filesystemDescribe the feature you'd like
I would to make all
finchcalls from "my" WSL2 distributions including supporting cross distribution file mounts forfinch buildandfinch run --volume.Additional context
Finch on Windows