Files
oam/knowledge base/podman.placeholder
2023-12-29 22:52:10 +01:00

33 lines
473 B
Plaintext

# Podman
Daemonless container engine for Linux.<br/>
Intended to be a drop-in replacement for [Docker].
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
# Install Podman.
sudo apt install 'podman'
sudo dnf install 'podman'
sudo pacman -S 'podman'
sudo zypper install 'podman'
```
## Further readings
- [Website]
- [Docker]
<!--
References
-->
<!-- Upstream -->
[website]: https://podman.io/
<!-- Knowledge base -->
[docker]: docker.md