-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Operating system
debian 13
Description
using podman to create container.
podman 5.4.2
[windows] | ❯ Warning: failed to start passt (1), falling back to slirp networking!
Docker compose
services:
windows:
image: 6e96e183a7c3
container_name: windows
environment:
DISK_SIZE: "40G"
LANGUAGE: "Chinese"
USER_PORTS: "3389,8006"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./cn_windows.iso:/boot.iso:ro
- ./windows:/storage
- ./debian_share:/debian
restart: always
stop_grace_period: 2m
Docker log
❯ Starting Windows for Podman v0.00...
❯ For support visit https://github.com/dockur/windows
❯ CPU: Intel Core i5 4590 | RAM: 14/16 GB | DISK: 66 GB (ext4) | KERNEL: 6.12.43+deb13-amd64...
❯ Warning: Could not assign port 8006 to "USER_PORTS" because it is already in "HOST_PORTS"!
Couldn't open log file /var/log/passt.log: Permission denied
❯ Warning: failed to start passt (1), falling back to slirp networking!
❯ Warning: Could not assign port 8006 to "USER_PORTS" because it is already in "HOST_PORTS"!
❯ Booting Windows using QEMU v10.0.3...
BdsDxe: skipped Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0)
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
❯ Windows started successfully, visit http://127.0.0.1:8006/ to view the screen...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,A231C024-EB40-4DF4-8F8C-2FB410A8CD32,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,A231C024-EB40-4DF4-8F8C-2FB410A8CD32,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,A231C024-EB40-4DF4-8F8C-2FB410A8CD32,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,A231C024-EB40-4DF4-8F8C-2FB410A8CD32,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
Screenshots (optional)
No response
candoumbe
Metadata
Metadata
Assignees
Labels
No labels