New backup 2024-12-13 18:51:07

This commit is contained in:
Penelope Gwen 2024-12-13 18:51:07 -08:00
parent 2518592f0d
commit 450db715d3
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/bash
# https://quay.io/organization/toolbx-images
podman run -d --privileged \
--hostname=pod-debian-sid \
--volume=${HOME}:/root \
--name=debian-sid-dev \
--systemd=true quay.io/toolbx-images/debian-toolbox \
/sbin/init

View file

@ -0,0 +1,4 @@
#!/bin/bash
podman stop debian-sid-dev
podman rm debian-sid-dev

View file

@ -2,3 +2,5 @@
.config/hyfetch.json
.gitconfig
Scripts/ovpn-import.sh
Scripts/destroy-podman-container.sh
Scripts/create-podman-container.sh