mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-12 13:24:12 +00:00
6 lines
109 B
Docker
6 lines
109 B
Docker
FROM linuxkit/guestfs:f85d370f7a3b0749063213c2dd451020e3a631ab
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT [ "/make-dynamic-vhd" ]
|