mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 22:10:28 +00:00
As we never use these, do not create them. Also update images where applicable. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
224 B
Docker
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" ]
|