A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack 64d388d3fe Add VHD and GCE output formats
- VHD is uncompressed VHD. Currently hard coded at 1GB, which may need to change. Use `format: vhd`
- GCE is the GCE compressed tarred raw image. Use `format: gce-img` - reserving `gce` for actually
  uploading the image.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-10 16:10:48 +00:00
tools/infrakit.hyperkit/vendor/github.com Add initial support for specifying the output type 2017-03-03 14:49:47 -08:00
config.go hoist kernel cmdline into moby.yaml 2017-03-09 14:29:40 -08:00
main.go better debugging output in more error cases 2017-03-09 14:29:40 -08:00
output.go Add VHD and GCE output formats 2017-03-10 16:10:48 +00:00