A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack cbbedbfc57 Remove output formats from the Yaml file, put in CLI
This removes outputs from yaml, instead you can do
```
moby build -output tar -output qcow2 file.yaml
```
or alternative syntax
```
moby build -output tar,qcow2 file.yaml
```

In future we may change this to be available in a `moby package`
step, but lets try this for now.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-05-26 13:00:45 +01:00
cmd/moby Remove output formats from the Yaml file, put in CLI 2017-05-26 13:00:45 +01:00
test Remove output formats from the Yaml file, put in CLI 2017-05-26 13:00:45 +01:00
vendor Update vendoring for Windows support 2017-05-15 17:32:10 +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 Remove output formats from the Yaml file, put in CLI 2017-05-26 13:00:45 +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