Files
linuxkit/projects/miragesdk/src
Thomas Gazagnaire 1495dabccb miragesdk: allow the command run by the privileged container to be overwritten
Use a file (that we can drop easily into the rootfs) instead of passing the full
command on the CLI (as config.json needs to be edited otherwise).

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-04-02 13:17:25 +02:00
..
2017-03-30 13:40:57 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00
2017-03-29 13:39:20 +02:00

DHCP client using MirageOS

To debug/build, the enter-dev target will create a dev container where make dev will build and run the current state of the prototype:

make enter-dev
# now in the dev container
make dev

Documentation

See the general architecture document.