Open senpro-ingwersenk opened 2 months ago
on the alpine host, does /run/podman/podman.sock
exist?
Nice writeup by the way.
Yep, it exists with 600 permissions (-rw-------
).
Thanks! =)
EDIT:
# ls -l /run/podman/podman.sock
srw------- 1 root root 0 Sep 17 08:54 /run/podman/podman.sock=
and if you pop into the machine (podman machine os
), can you use curl to interact with the socket?
A friendly reminder that this issue had no activity for 30 days.
Issue Description
I followed the instructions given here: https://github.com/containers/podman/blob/main/docs/tutorials/mac_win_client.md and configured my Windows maschine and the RasPi4 running Alpine 3.20 appropriately:
So far, so good. However, this fails:
As far as I can tell, it can log in, but not open the socket. And I assume that it can not
-L
-map the UNIX socket into Windows - because, well, it's Windows. ;)Steps to reproduce the issue
Steps to reproduce the issue
/etc/containers/containers.conf
Describe the results you received
Describe the results you received
Describe the results you expected
As shown in the log above, I received an error. The assumption is that the UNIX socket can not be properly mapped.
podman info output
(I used
--connection
here pointing to the local Podman machine. It otherwise runs into the authentication error from above.)Remote:
Alpine: Podman installed via
apk
Additional information
Because of the way our AD is structured and set up, and the fact that host-to-container mounts from Windows into Podman are a little sucky-wucky, I want to run Podman remotely on a bare-metal Linux system. So, I grabbed a generic RasPi4, put Alpine on it, installed Podman, added it to the default services...and hope to use it as a better Podman maschine. :)