5e49efe7f6
Change-Id: Ic13e20040c17fb685cf7c9b16966e932b64d4b06
6 lines
224 B
Docker
6 lines
224 B
Docker
FROM docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
|
COPY libvirtd.conf /etc/libvirt/libvirtd.conf
|
|
COPY qemu.conf /etc/libvirt/qemu.conf
|
|
COPY libvirt.sh /tmp/libvirt.sh
|
|
RUN chmod +x /tmp/libvirt.sh
|
|
CMD /tmp/libvirt.sh |