mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 09:02:45 +00:00
To enable this: ``` $ fdd init & $ fdd share /tmp/foo $ fdd exec -m /tmp/foo:1:2 -- echo hello world! $ fdd exec -m /tmp/foo:0 -- cat hello world! ``` Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2 lines
61 B
OCaml
2 lines
61 B
OCaml
val f: (string * int list) list -> string list -> unit Lwt.t
|