All checks were successful
Build container / fedora-build (push) Successful in 6m24s
7 lines
171 B
Bash
7 lines
171 B
Bash
#!/bin/bash
|
|
arg "-v $HOME/Documents/vms:/home/user/Documents/vms"
|
|
arg "--net host"
|
|
arg "--device /dev/kvm"
|
|
arg "--device /dev/dri"
|
|
arg "--security-opt seccomp=unconfined"
|