Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2023-04-05 16:34:40
Size: 512
Comment:
Revision 7 as of 2023-04-05 16:49:58
Size: 1152
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Compare to [[Docker|docker(1)]], which uses a server-client model instead. Compare to [[Docker|docker(1)/dockerd(8)]], which uses a server-client model instead.
Line 10: Line 10:



== Installation ==

On [[Linux/Fedora|Fedora]] and derivative distributions, `podman` is likely already installed in rootless mode

Other [[Linux]] distributions may offer a `podman` package. For [[Linux/Arch|Arch Linux]], the `cni-plugins` and `fuse-overlayfs` packages are likely also necessary. (They are nominally optional dependencies.)

----


== Tool Chain ==

 * [[Docker/Dockerfile|Dockerfile]]



== Administration ==

 * [[Podman/BindMounts|Bind Mounts]]
 * [[Podman/InteractiveUse|Interactive Use]]
 * [[Podman/Pods|Pods]]
 * [[Podman/Security|Security]]
 * [[Podman/Volumes|Volumes]]

Podman

podman(1) is a container manager.

Compare to docker(1)/dockerd(8), which uses a server-client model instead.


Installation

On Fedora and derivative distributions, podman is likely already installed in rootless mode

Other Linux distributions may offer a podman package. For Arch Linux, the cni-plugins and fuse-overlayfs packages are likely also necessary. (They are nominally optional dependencies.)


Tool Chain

Administration

TODO: add details on pod networking from https://www.redhat.com/sysadmin/container-networking-podman

TODO: add instructions from https://www.tutorialworks.com/podman-systemd/ on how to use podman systemd and from https://www.redhat.com/sysadmin/podman-run-pods-systemd-services on how to use it for pods


CategoryRicottone

Podman (last edited 2023-04-06 15:32:59 by DominicRicottone)