Skip to content

Commit

Permalink
Update README to use Docker image used in CI.
Browse files Browse the repository at this point in the history
Signed-off-by: niting <niting@google.com>
  • Loading branch information
niting committed May 27, 2020
1 parent 55b9481 commit 8fb16f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ docker run --device=/dev/kvm \
-it \
--security-opt seccomp=unconfined \
--volume $(pwd)/kvm-ioctls:/kvm-ioctls \
rustvmm/dev:v2
rustvmm/dev:v5
cd kvm-ioctls/
cargo test
```

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

0 comments on commit 8fb16f8

Please sign in to comment.