Files
Dave Tucker 561ce6f4be Remove Notary and Content Trust
This commit removes Notary and Content Trust.
Notary v1 is due to be replaced with Notary v2 soon.
There is no clean migration path from one to the other.
For now, this removes all signing from LinuxKit.
We will look to add this back once a new Notary alternative
becomes available.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2021-03-30 14:51:11 +01:00
..
2017-09-04 16:21:53 +02:00
2017-09-04 16:21:53 +02:00
2021-03-30 14:51:11 +01:00
2017-04-04 10:05:22 +02: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.