moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

Use new style ISO BIOS mkimage from Linuxkit which unpacks filesystem #135

Closed justincormack closed 7 years ago

justincormack commented 7 years ago

Rather than using an initrd, unpack full filesystem for ISO BIOS.

Stream docker output direct to file rather than via a buffer, to save memory and improve performance.

See also https://github.com/linuxkit/linuxkit/pull/2339

Signed-off-by: Justin Cormack justin.cormack@docker.com