Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Any issues with running on Podman? #616

Closed
2 tasks done
lessless opened this issue Jun 19, 2024 · 6 comments
Closed
2 tasks done

[Question]: Any issues with running on Podman? #616

lessless opened this issue Jun 19, 2024 · 6 comments
Labels
question Further information is requested

Comments

@lessless
Copy link

Is your question not already answered in the FAQ?

  • I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • I am sure my question is not about a technical issue.

Question

Hey folks,

What's your experience with running Windows container on Podman? We are consider to switch to it from Docker and I wonder if that's a road full of tears.

Thanks!

@lessless lessless added the question Further information is requested label Jun 19, 2024
@sladiri
Copy link

sladiri commented Jun 21, 2024

I just tried podman (again) and this time I did not have an issue connecting via RDP (#291). So in my short time I used it podman works fine rootless even.
There is one issue I found but I am not sure if this is podman or maybe rootless related: #618

podman -v
podman version 5.1.1

Edit: need to check internet connectivity.
Edit2: internet works fine. :)

@Nitrousoxide
Copy link

Nitrousoxide commented Jul 30, 2024

I've personally not had any luck with RDP connections, though it does sucessfully startup and can be connected through the browser based NoVNC.

This is my run command
podman run -it --rm --privileged -p 8006:8006 -p 3333:3389/tcp -p 3333:3389/udp --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows

Remmina just closes when I try to connect to it with this:
image

Gnome Connections gives this error:
image

I've also tried defining an explicit user with the env variables, and it correctly created it which I could see when connected via NoVNC, but it was (generally) unconnectable via RDP. I was able to connect to it once with gnome connections using that user's username/pass but after I recreated it I didn't work a second time. Remmina never worked in this case either.

I have a Windows vm on my proxmox server which Remmina can connect to just fine however.

@kimaung
Copy link

kimaung commented Aug 11, 2024

same problem. in linux it is very difficult to connect, but in windows it is easy

@Nitrousoxide
Copy link

same problem. in linux it is very difficult to connect, but in windows it is easy

I can also confirm that I can connect to the VM container with my phone's rdp client, but not using Remmina or gnome connections. I tried both the localhost path and the lan ip paths on the host machine too and I didn't see any difference, just in case connecting via lan worked but not via localhost.

@AkechiShiro
Copy link

Anyone has any clue why exactly there are some RDP connections issue on the host machine running the container with Podman specifically ?

Any way to move forward or pinpoint the issue here ?

@kroese
Copy link
Contributor

kroese commented Oct 5, 2024

Seems like a duplicate of #679

@kroese kroese closed this as completed Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants