Skip to content

Commit ae0ef5c

Browse files
committed
Update README to use Docker image used in CI.
1 parent ef7aba8 commit ae0ef5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ docker run --device=/dev/kvm \
3838
-it \
3939
--security-opt seccomp=unconfined \
4040
--volume $(pwd)/kvm-ioctls:/kvm-ioctls \
41-
rustvmm/dev:v2
41+
rustvmm/dev:v5
4242
cd kvm-ioctls/
4343
cargo test
4444
```
4545

4646
For more details about the integration tests that are run for `kvm-ioctls`,
47-
check the [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) readme.
47+
check the [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) readme.

0 commit comments

Comments
 (0)