New backup 2024-12-13 18:51:07
This commit is contained in:
parent
2518592f0d
commit
450db715d3
3 changed files with 16 additions and 0 deletions
10
default/home/Scripts/create-podman-container.sh
Executable file
10
default/home/Scripts/create-podman-container.sh
Executable 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
|
4
default/home/Scripts/destroy-podman-container.sh
Executable file
4
default/home/Scripts/destroy-podman-container.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
podman stop debian-sid-dev
|
||||||
|
podman rm debian-sid-dev
|
|
@ -2,3 +2,5 @@
|
||||||
.config/hyfetch.json
|
.config/hyfetch.json
|
||||||
.gitconfig
|
.gitconfig
|
||||||
Scripts/ovpn-import.sh
|
Scripts/ovpn-import.sh
|
||||||
|
Scripts/destroy-podman-container.sh
|
||||||
|
Scripts/create-podman-container.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue