Unverified Commit 569c5594 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Readme (#266)

parent 07579f0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ services:
    container_name: qemu
    image: qemux/qemu-docker:latest
    environment:
      DISPLAY: "vnc"
      BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-standard-3.18.2-x86_64.iso"
    devices:
      - /dev/kvm
@@ -39,6 +40,7 @@ services:
      - NET_ADMIN
    ports:
      - 2222:22
      - 5900:5900
    restart: on-failure
```