qemu-docker icon indicating copy to clipboard operation
qemu-docker copied to clipboard

Unable to connect internet on tails os

Open mistrysiddh opened this issue 1 month ago • 0 comments

Operating system

Tails

Description

I am unable to connect to the network although it not connecting, but rest of the os works fine like ubuntu, fedora

Docker compose

services:
  qemu:
    image: qemux/qemu
    container_name: tails
    environment:
      BOOT: "tails"
      DISK_SIZE: "64G"
      RAM_SIZE: "4G"
      CPU_CORES: "4"
#      KVM: N
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
    volumes:
      - ./qemu:/storage
    restart: always
    stop_grace_period: 2m


networks:
  qemu_net:
    driver: bridge

Docker log

❯ Starting QEMU for Docker v7.24...
❯ For support visit https://github.com/qemus/qemu
❯ CPU: 1Intel Core i7 13700HX | RAM: 6/8 GB | DISK: 241 GB (v9fs) | KERNEL: 6.6.87.2-microsoft-standard-WSL2...
❯ Booting image with SeaBIOS using QEMU v10.0.3...
SeaBIOS (version 1.16.3-debian-1.16.3-2)
Booting from Hard Disk...
Boot failed: not a bootable disk
Booting from DVD/CD...

Screenshots (optional)

Image

mistrysiddh avatar Oct 17 '25 05:10 mistrysiddh