Allow creation of tap(s).

This commit is contained in:
Michael Lipp 2023-06-10 15:24:09 +02:00
parent f38a2787bc
commit bd8b8c56c0

View file

@ -19,6 +19,8 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; \
rm -f /lib/systemd/system/anaconda.target.wants/*; \ rm -f /lib/systemd/system/anaconda.target.wants/*; \
systemctl set-default multi-user.target systemctl set-default multi-user.target
RUN mkdir -p /etc/qemu && echo "allow all" > /etc/qemu/bridge.conf
COPY build/install/vm-runner.qemu /opt/vmrunner COPY build/install/vm-runner.qemu /opt/vmrunner
COPY templates/* /opt/vmrunner/templates/ COPY templates/* /opt/vmrunner/templates/