We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee048 commit f5d31e1Copy full SHA for f5d31e1
centos-vm-libvirt/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/pod_utils/systemd-libvirt:latest
+FROM quay.io/pod_utils/systemd-libvirt:1.0.3
2
3
RUN yum -y install rsync openssh-clients libvirt-client \
4
libxslt-devel libxml2-devel libvirt-devel libguestfs-tools-c \
@@ -12,6 +12,5 @@ RUN yum -y install rsync openssh-clients libvirt-client \
12
COPY Vagrantfile /etc/systemd/system/vagrant-vm.service.d/
13
COPY scripts/*.sh /usr/lib/systemd/scripts/
14
COPY vagrant-vm.service /etc/systemd/system/
15
-COPY remount-sys.service /etc/systemd/system/
16
17
-RUN systemctl enable remount-sys.service vagrant-vm.service
+RUN systemctl enable vagrant-vm.service
centos-vm-libvirt/remount-sys.service
0 commit comments