You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the really descriptive report! This is really outside my expertise, so I'm hoping for some help. If no one posts that they can help in the next couple weeks, I'll see what I can figure out.
Environment
elixir -v
):mix nerves.env --info
)may help
Docker Desktop 4.7.0 (77141) with
VirtioFS
enabledmacOS Monterey 12.3 (Intel chipset)
Current behavior
When running
mix nerves.system.shell
I get the following error.I found this issue that suggests to set SSH_AUTH_SOCK to
/run/host-services/ssh-auth.sock
.If I run
export SSH_AUTH_SOCK=/run/host-services/ssh-auth.sock
beforemix nerves.system.shell
docker at least seems to start properly.Now I get the following errors when trying to untar the buildroot. That error should already be fixed in the upcoming Docker release though.
If I disable VirtioFS everything works as expected though :)
Expected behavior
To support Docker VirtioFS out of the box :)
The text was updated successfully, but these errors were encountered: