Add notes and deploy script

This commit is contained in:
2026-03-30 16:59:53 +02:00
parent 601ead1fd9
commit 94817f8cc0
33 changed files with 943 additions and 650 deletions

View File

@@ -0,0 +1,29 @@
---
tags:
- Server
title : Podman
description : Podman
date : 2025-01-01
author : Nikola Petrov
---
https://podman.io/docs/installation
### install
```
sudo apt-get -y install podman
```
https://docs.podman.io/en/latest/
https://github.com/containers/podman/blob/main/docs/tutorials/podman_tutorial.md
sudo podman ps -a
sudo podman container ls
sudo podman ps
sudo podman container rm
sudo podman image ls
sudo podman image rm
https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html