From d1e43763bda49805fcd6b16c0d730a15648c0731 Mon Sep 17 00:00:00 2001 From: Alexey Chubukov Date: Mon, 25 Dec 2023 19:12:05 +0400 Subject: [PATCH] add run case --- run.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..810f424 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +podman run --privileged -d --name=libvirt --net=host --systemd=always --security-opt label=disable --ipc host -v /sys/fs/selinux --annotation run.oci.keep_original_groups=1 --volume /:/run/host:rslave -v /var/lib/libvirt:/var/lib/libvirt:z -v /etc/libvirt:/etc/libvirt:z -v /sys:/sys:rslave -v /run/libvirt:/run/libvirt:z -v /dev:/dev:rslave --mount type=devpts,destination=/dev/pts localhost/libvirtd \ No newline at end of file