mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 19:11:35 +00:00
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>
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.