mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 00:23:48 +00:00
14 lines
314 B
Markdown
14 lines
314 B
Markdown
## 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](../../doc/unikernel.md). |