feat: add vms devcontainer

This commit is contained in:
Job
2025-11-10 17:47:53 +01:00
parent 7e27784a9a
commit d81fa7d3a1
3 changed files with 17 additions and 0 deletions

View File

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

3
containers/vms/config.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
arg "--net host"
arg "--device /dev/kvm"