This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
Podman¶
Podman is a utility provided as part of the libpod
library. It can be used to create and maintain
containers.
Reference(s)
- https://docs.podman.io/en/latest/index.html
- https://github.com/containers/podman
- https://podman.io/getting-started/
- https://github.com/containers/podman/blob/main/troubleshooting.md
- https://wiki.archlinux.org/title/Podman
- https://wiki.gentoo.org/wiki/Podman
- https://www.howtoforge.com/getting-started-with-podman-on-rocky-linux/
Table of contents¶
Install¶
Config¶
Configuration files for configuring how containers behave are located at /usr/share/containers/
.
You must copy necessary files to /etc/containers
before edit. To configure the network bridge
interface used by Podman see /etc/cni/net.d/87-podman-bridge.conflist
.
# /etc/containers/registries.conf
[[registry]]
location = "docker.io"
[[registry]]
location = "registry.fedoraproject.org"
[[registry]]
location = "registry.access.redhat.com"
Use¶
TODO
Troubleshooting¶
If this cheat sheet has been useful to you, then please consider leaving a star here.