docs: Update docs, add document about packages

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-08-03 15:05:22 +01:00
parent 07cdcfeb65
commit aa44e41587
2 changed files with 106 additions and 2 deletions

View File

@@ -70,8 +70,9 @@ Currently supported platforms are:
#### Running the Tests
The test suite uses [`rtf`](https://github.com/linuxkit/rtf)
To install this you should use `make bin/rtf && make install`.
The test suite uses [`rtf`](https://github.com/linuxkit/rtf) To
install this you should use `make bin/rtf && make install`. You will
also need to install `expect` on your system as some tests use it.
To run the test suite:
@@ -103,6 +104,8 @@ generate its specified output. You can run the output with `linuxkit run file`.
The yaml file specifies a kernel and base init system, a set of containers that are built into the generated image and started at boot time. You can specify the type
of artifact to build with the `moby` tool eg `moby build -output vhd linuxkit.yml`.
If you want to build your own packages, see this [document](docs/packages.md).
### Yaml Specification
The yaml format specifies the image to be built: