Files
linuxkit/Dockerfile.qemuiso
Justin Cormack 0ac6beff82 Do not create latest tags for base images
As we never use these, do not create them.

Also update images where applicable.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-10 14:55:48 +01:00

6 lines
224 B
Docker

FROM mobylinux/alpine-qemu:804b2c40d078287c40aeb9166e475e843544e597
COPY alpine/mobylinux-bios.iso .
ENTRYPOINT [ "qemu-system-x86_64", "-serial", "stdio", "-cdrom", "./mobylinux-bios.iso", "-m", "2048", "-vnc", "none" ]