Files
linuxkit/projects/miragesdk/src
Thomas Gazagnaire e76d6c09a4 sdk: fix dhcp's Dockerfile
The rootfs were containing way too much binaries and runc command where not
started in the correct directory.

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-06-14 16:13:40 +01:00
..
2017-06-14 16:13:40 +01:00
2017-06-14 16:13:40 +01:00
2017-06-14 16:13:40 +01:00
2017-03-29 13:39:20 +02:00
2017-04-04 10:05:22 +02:00
2017-06-14 16:13:40 +01:00

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.