Fix macvtap issues and move to network_mode: host

This commit is contained in:
2021-06-11 07:44:26 +00:00
parent c228d08149
commit 343b79a659
3 changed files with 26 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
FROM alpine
RUN apk add qemu-system-x86_64 qemu-modules bash
FROM ubuntu
# iproute2 in Alpine linux does not properly handle macvtap interfaces
RUN apt-get update && apt-get install -y qemu-kvm bash iproute2
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh