mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 20:31:00 +00:00
13 lines
324 B
Markdown
13 lines
324 B
Markdown
Extract GPL source from Moby
|
|
|
|
WORK IN PROGRESS SOME ISSUES STILL
|
|
|
|
This container runs on a Pinata system and dumps out the GPL code it is running
|
|
|
|
```
|
|
docker build -t license .
|
|
docker run -it -v /etc:/etc -v /lib:/lib -v $PWD/output:/output license
|
|
```
|
|
|
|
TODO add kernel to this, there is now a patch to get the metadata in.
|