mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
A toolkit for building secure, portable and lean operating systems for containers
In the WIP code in `moby` we now have a standard base tarball format, that includes the kernel and cmdline as files in `/boot` so that the entire output of the yaml file can default to a single tarball. Then this can be split back up by LinuxKit into initrd, kernel and cmdline as needed. This will probably become the only output of the `moby build` stage, with a `moby package` stage dealing with output formats. We may remove the output format specification from the yaml file as well, and just have it in the command. Signed-off-by: Justin Cormack <justin.cormack@docker.com> |
||
---|---|---|
cmd/moby | ||
docs | ||
examples | ||
pkg/init-container | ||
src | ||
test | ||
vendor | ||
.gitignore | ||
circle.yml | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
vendor.conf |