From 10cede2e03ce0a3823048a7854256b977dd2a65d Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 15 Dec 2017 11:17:57 +0000 Subject: [PATCH] README: Add a pointer to the moby tool yml docs. Signed-off-by: Ian Campbell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 310e14976..98d58762c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ linuxkit build linuxkit.yml to build the example configuration. You can also specify different output formats, eg `linuxkit build -format raw-bios linuxkit.yml` to output a raw BIOS bootable disk image, or `linuxkit build -format iso-efi linuxkit.yml` to output an EFI bootable ISO image. See `linuxkit build -help` for more information. +Since `linuxkit build` is built around the [Moby tool](https://github.com/moby/tool) the input yml files are described in the [Moby tool documentation](https://github.com/moby/tool/blob/master/docs/yaml.md). + ### Booting and Testing You can use `linuxkit run ` or `linuxkit run .` to execute the image you created with `linuxkit build .yml`.