mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 18:34:02 +00:00
6 lines
78 B
Docker
6 lines
78 B
Docker
FROM alpine:3.5
|
|
|
|
COPY ./kvmod .
|
|
|
|
CMD ["insmod", "/root/kvmod/kernel_vuln.ko"]
|