mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-03 21:41:54 +00:00
- 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>
4 lines
101 B
Docker
4 lines
101 B
Docker
FROM debian:testing
|
|
|
|
RUN apt-get update && apt-get -y upgrade && apt-get install -y qemu-user-static
|