mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-04 19:47:25 +00:00
Also add modified chronyd init script Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
10 lines
252 B
Markdown
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
|
|
```
|