chore: remove vms container

This commit is contained in:
Job
2025-12-24 10:04:47 +01:00
parent 723d2fd984
commit 062972a440
3 changed files with 0 additions and 22 deletions

View File

@@ -1,7 +0,0 @@
ARG TAG
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install qemu-system-x86
USER user

View File

@@ -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"