mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 04:44:00 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
4 lines
133 B
Docker
4 lines
133 B
Docker
FROM alpine:3.5
|
|
ADD check-kernel-config.sh /usr/bin/check-kernel-config.sh
|
|
ENTRYPOINT ["/bin/sh", "/usr/bin/check-kernel-config.sh"]
|