diff --git a/bottlecap b/bottlecap index e93acb5b3..bfca98996 100755 --- a/bottlecap +++ b/bottlecap @@ -101,4 +101,4 @@ fi # we actually want work splitting here since $volumes is multiple args # shellcheck disable=SC2086 -$runtime run --rm -ti --privileged --userns=host $volumes --workdir /srv $entrypoint "$container" "$@" +$runtime run --rm -ti --device '/dev/kvm' $volumes --workdir /srv $entrypoint "$container" "$@"