A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack ddc92b8846 Code in the initrd generator to split a single tarball
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>
2017-06-12 15:34:22 +02:00
cmd/moby Remove absolute paths from files 2017-06-09 11:39:52 +01:00
docs Updates to the docs 2017-06-08 15:45:49 +01:00
examples Add an example of building an application and running in Docker or LinuxKit 2017-06-07 16:24:32 +01:00
pkg/init-container Move Go code to src/cmd 2017-06-12 15:33:53 +02:00
src Code in the initrd generator to split a single tarball 2017-06-12 15:34:22 +02:00
test trust: improve org checks to enable library official repo checks 2017-06-01 11:20:36 -07:00
vendor Update vendoring for Windows support 2017-05-15 17:32:10 +01:00
.gitignore Fix gitignore to not ignore moby directory 2017-05-26 14:45:19 +01:00
circle.yml Fixup circle CI 2017-05-15 11:55:53 -07:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Merge pull request #45 from justincormack/clean 2017-05-26 13:34:06 +01:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
vendor.conf Update vendoring for Windows support 2017-05-15 17:32:10 +01:00