Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2022-04-06 06:42:17
Size: 182
Comment:
Revision 11 as of 2023-04-06 15:25:14
Size: 1328
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''`podman(1)`''' is a container manager.

Compare to [[Docker]], which uses a server-client model instead.
Line 7: Line 11:


== 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/Networking|Networking]]
 * [[Podman/Pods|Pods]]
 * [[Podman/Security|Security]]
 * [[Podman/Volumes|Volumes]]
Line 8: Line 38:
and from https://www.redhat.com/sysadmin/podman-run-pods-systemd-services on how to use it for pods

----



== See also ==

[[https://man.archlinux.org/man/community/podman/podman.1.en|podman(1)]]

[[https://man.archlinux.org/man/community/docker/Dockerfile.5.en|Dockerfile(5)]]

[[https://man.archlinux.org/listing/community/podman/|All podman man pages]]

Podman

podman(1) is a container manager.

Compare to Docker, 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 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


See also

podman(1)

Dockerfile(5)

All podman man pages


CategoryRicottone

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