mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-29 00:14:00 +00:00
excludes - Go base images as not yet available - perf which does not build with latest image Signed-off-by: Justin Cormack <justin.cormack@docker.com>
7 lines
302 B
Docker
7 lines
302 B
Docker
# Tag: 97cc67f5569c437175f2e54b3c3b9a96a8615a16
|
|
FROM mobylinux/alpine-qemu@sha256:80e17a465b332d774fd91b53c0bcb18ed0ea8a77c17bf8d8451c57a8ab8b4e66
|
|
|
|
COPY alpine/mobylinux-bios.iso .
|
|
|
|
ENTRYPOINT [ "qemu-system-x86_64", "-serial", "stdio", "-cdrom", "./mobylinux-bios.iso", "-m", "2048", "-vnc", "none" ]
|