Skip to content

Commit 8236862

Browse files
committed
Update README to use Docker image used in CI.
Fix local test reproduction broken by unsafe code. Revert "Fix local test reproduction broken by unsafe code." This reverts commit 7f98825. Update README to use Docker image used in CI.
1 parent 55b9481 commit 8236862

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)