You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl -o /image.qcow2 https://dl.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.qcow2
3
+
RUN curl -o /atomic.qcow2 https://ftp-stud.hs-esslingen.de/pub/Mirrors/alt.fedoraproject.org/atomic/stable/Fedora-Atomic-26-20170707.1/CloudImages/x86_64/images/Fedora-Atomic-26-20170707.1.x86_64.qcow2
4
4
RUN yum -y install qemu-kvm
5
5
ADD cloud-init.iso /
6
-
CMD test -f /dev/kvm || mknod --mode=0666 /dev/kvm c 10 232; qemu-kvm -boot c -net nic -net user -m 1024 -nographic -cdrom /cloud-init.iso /image.qcow2
6
+
CMD test -e /dev/kvm || mknod --mode=0666 /dev/kvm c 10 232; qemu-kvm -boot c -net nic -net user -m 1024 -nographic -cdrom /cloud-init.iso /atomic.qcow2
0 commit comments