Files
space-infra/docs/podman.md
2026-02-22 14:00:42 +02:00

12 lines
435 B
Markdown

# Podman
## Why?
On that server we use podman instead of docker because it's:
- rootless by default
- individual for each user (you won't be able to access container of other person)
- have preinstalled k8s (which is called pod and idk why it's needed for us but it's hella cool)
## How to use?
Exactly the same as docker, but, obviously, instead of `docker` write `podman`. More documentation find [there](https://podman.io/docs)