Allow creation of tap(s).
This commit is contained in:
parent
f38a2787bc
commit
bd8b8c56c0
1 changed files with 2 additions and 0 deletions
|
|
@ -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/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue