Unverified Commit 59b98fe2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Disable kernel networking in bridge mode (#257)

parent 787f8155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM scratch
COPY --from=qemux/qemu-docker:4.16 / /
COPY --from=qemux/qemu-docker:4.17 / /

ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"
+2 −0
Original line number Diff line number Diff line
@@ -227,6 +227,8 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_
  ```yaml
  environment:
    DHCP: "Y"
  devices:
    - /dev/vhost-net
  device_cgroup_rules:
    - 'c *:* rwm'
  ```