Display output is not activate
Operating system
Ubuntu 18.04
Description
Display output is not activate
Docker compose
version: "3.0" services: qemu: container_name: arm_ubuntu image: qemux/qemu-arm environment: RAM_SIZE: "4G" CPU_CORES: "4" DISK_SIZE: "20G" cap_add: - NET_ADMIN volumes: - /home/files/ubuntu-18.04.6-server-arm64.iso:/storage/boot.iso devices: - /dev/kvm ports: - 8006:8006 stop_grace_period: 2m restart: on-failure
Docker log
no
Screenshots (optional)
docker log如下:
Hi folks, same issue on my side. Any clue how to solve it?
Hi folks, same issue on my side. Any clue how to solve it?
What disk size have you specified?
Is this issue still present with the latest version (v2.20)?
Should be fixed now