qemus / qemu-docker

QEMU in a Docker container.
MIT License
496 stars 59 forks source link

Partition has limited size at 1.9G #592

Closed Nelonn closed 2 months ago

Nelonn commented 2 months ago

Operating system

Debian GNU/Linux 12 (bookworm)

Description

When I trying to do something actions fails with "No space left on device"

df -h shows that /dev/sda has only 1.9G size

Docker compose

image: qemux/qemu-docker restart: unless-stopped environment: DHCP: "Y" DISK_SIZE: "64G" DISK_FMT: "qcow2" DISK_DISCARD: "off" RAM_SIZE: "8G" CPU_CORES: "4" BOOT: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2" volumes:

Docker log

.

Screenshots (optional)

No response

Nelonn commented 2 months ago

I just installed system instead of using cloud image