Files
linuxkit/alpine/base/qemu-user-static/Dockerfile
Justin Cormack 8d3691fabb Containerize binfmt_misc
- statically make containerd symlinks so rootfs can be read only
- run binfmt_misc in a containerd container
- ship arm, aarch64, ppc64le qemu static versions that always "just work" as this is supported in Linux 4.8

fix #53

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-30 12:49:37 +00:00

4 lines
101 B
Docker

FROM debian:testing
RUN apt-get update && apt-get -y upgrade && apt-get install -y qemu-user-static