windows-arm icon indicating copy to clipboard operation
windows-arm copied to clipboard

[Bug]: Error on Asahi Linux ERROR: TUN device missing.

Open TheRouletteBoi opened this issue 1 month ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Machine specifications

Apple M1 Pro, 16GB Ram

Operating system

Asahi Linux Fedora Remix 40

Docker version

podman version 5.0.2

Description

when trying to run a windows vm using podman I get the following error: ERROR: TUN device missing. Please add the following setting to your container: --device /dev/net/tun --cap-add

Docker compose

commands used:

  • podman run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm
  • podman run -it --rm --name windows -p 8006:8006 --device=/dev/net/tun --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm

Docker log

N/A

Screenshots (optional)

swappy-20240511-203604

TheRouletteBoi avatar May 12 '24 00:05 TheRouletteBoi