Files
linuxkit/projects/miragesdk/src/fdd/exec.mli
Thomas Gazagnaire 5525937c10 sdk: add fdd exec to map socketpair shares to local fds
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>
2017-06-30 16:11:41 +02:00

2 lines
61 B
OCaml

val f: (string * int list) list -> string list -> unit Lwt.t