mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 05:30:30 +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>
SDK
To build and test the SDK, run:
$ make test
This will work on any OS.
DHCP client using MirageOS
To build the MirageOS DHCP client, run:
$ make dev
As this is using some BPF runes, this will work only on Linux. To debug/build on OSX, you can create a container and build from there:
make enter-dev
# now in the dev container
make dev
Documentation
See the general architecture document.