chore: remove vms container
Some checks failed
Build container / fedora-build (push) Failing after 3m14s
Some checks failed
Build container / fedora-build (push) Failing after 3m14s
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
ARG TAG
|
||||
FROM git.plabble.org/job79/fedora:${TAG}
|
||||
USER root
|
||||
|
||||
RUN dnf -y install qemu-system-x86
|
||||
|
||||
USER user
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user