Files
linuxkit/licensing/README.md
Rolf Neugebauer 63908372e2 license: extract hvtools/llmnrd source code from the initrd
Also add modified chronyd init script

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-04-15 15:10:29 +01:00

10 lines
252 B
Markdown

Extract source from Moby
This container runs on a Pinata system and dumps out the source code for the
kernel and packages
```
docker build -t license .
docker run -it -v /etc:/hostetc -v /usr/:/hostusr -v /lib:/lib -v $PWD/output:/output license
```