Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vimto -kernel /path/to/vmlinuz -- go test .

The tests are executed inside an ephemeral VM, with an [execution environment](docs/environment.md) which mimics the host.

It's possible to obtain the kernel from a container image (requires Docker).
It's possible to obtain the kernel from a container image.

```shell
vimto -kernel example.org/reg/image:tag -- go test .
Expand Down Expand Up @@ -75,4 +75,4 @@ Here is a non-exhaustive list of required Linux options:
* `CONFIG_VIRTIO=y`
* `CONFIG_VT=y`

[TOML]: https://toml.io/en/v1.0.0
[TOML]: https://toml.io/en/v1.0.0
Loading