example docker-compose:
version: "3"
services:
qemu:
image: lukas1818/qemu
command: "-drive file=myimgae.img,format=raw -vnc :0"
entrypoint:
#- "/usr/bin/qemu-img"
#- "/usr/bin/qemu-system-aarch64"
#- "/usr/bin/qemu-system-hppa"
#- "/usr/bin/qemu-system-microblaze"
#- "/usr/bin/qemu-system-mips64el"
#- "/usr/bin/qemu-system-or1k"
#- "/usr/bin/qemu-system-riscv32"
#- "/usr/bin/qemu-system-sh4eb"
#- "/usr/bin/qemu-system-unicore32"
#- "/usr/bin/qemu-io"
#- "/usr/bin/qemu-system-alpha"
#- "/usr/bin/qemu-system-i386"
#- "/usr/bin/qemu-system-microblazeel"
#- "/usr/bin/qemu-system-mipsel"
#- "/usr/bin/qemu-system-ppc"
#- "/usr/bin/qemu-system-riscv64"
#- "/usr/bin/qemu-system-sparc"
- "/usr/bin/qemu-system-x86_64"
#- "/usr/bin/qemu-nbd"
#- "/usr/bin/qemu-system-arm"
#- "/usr/bin/qemu-system-lm32"
#- "/usr/bin/qemu-system-mips"
#- "/usr/bin/qemu-system-moxie"
#- "/usr/bin/qemu-system-ppc64"
#- "/usr/bin/qemu-system-s390x"
#- "/usr/bin/qemu-system-sparc64"
#- "/usr/bin/qemu-system-xtensa"
#- "/usr/bin/qemu-pr-helper"
#- "/usr/bin/qemu-system-cris"
#- "/usr/bin/qemu-system-m68k"
#- "/usr/bin/qemu-system-mips64"
#- "/usr/bin/qemu-system-nios2"
#- "/usr/bin/qemu-system-ppc64le"
#- "/usr/bin/qemu-system-sh4"
#- "/usr/bin/qemu-system-tricore"
#- "/usr/bin/qemu-system-xtensaeb"
volumes:
- './data/:/home/qemu/data/'
ports:
- '127.0.0.1:5900:5900'
Content type
Image
Digest
Size
149.5 MB
Last updated
about 5 years ago
docker pull lukas1818/qemu