mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-16 23:29:38 +00:00
docs: Update docs, add document about packages
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user