mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-28 18:45:26 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
4 lines
99 B
Docker
4 lines
99 B
Docker
FROM scratch
|
|
COPY . ./
|
|
CMD ["/usr/bin/binfmt", "-dir", "/etc/binfmt.d/", "-mount", "/binfmt_misc"]
|