mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-07-29 01:18:49 +00:00
Expose a non-unix dependent flow-like API, so it is easier to test/use in a unikernel. Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
5 lines
94 B
Docker
5 lines
94 B
Docker
#FROM ocaml/opam:alpine-3.5_ocaml-4.04.0
|
|
FROM scratch
|
|
COPY obj ./
|
|
CMD ["/dhcp-client", "-vv"]
|