vault backup: 2026-02-04 18:09:11
This commit is contained in:
@@ -18,6 +18,19 @@ tags:
|
||||
|
||||
### podman
|
||||
|
||||
- [How To Install Podman on Debian 12 (Bookworm)](https://computingforgeeks.com/how-to-install-podman-on-debian-12-bookworm/)
|
||||
|
||||
```shell
|
||||
sudo apt update
|
||||
sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates -y
|
||||
source /etc/os-release
|
||||
wget http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/Release.key -O alvistack_key
|
||||
cat alvistack_key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/alvistack.gpg >/dev/null
|
||||
echo "deb http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/ /" | sudo tee /etc/apt/sources.list.d/alvistack.list
|
||||
sudo apt update
|
||||
sudo apt install podman python3-podman-compose
|
||||
```
|
||||
|
||||
### Podman Desktop
|
||||
|
||||
#### [[flatpak]] für Linux
|
||||
|
||||
Reference in New Issue
Block a user