Podman: Difference between revisions
(Created page with "== Installation == The Podman package is in the 'Testing' repository. See Alpine_Linux_package_management how to add a repository. apk add podman To run Podman you'll...") |
Jens.klose (talk | contribs) |
||
Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
The Podman package is in the ' | The Podman package is from the alpine version 3.14 on in the 'community' repository. | ||
apk add podman | |||
Run an example container to verify everything works | Run an example container to verify everything works | ||
podman run --rm hello-world | |||
Revision as of 16:54, 22 July 2021
Installation
The Podman package is from the alpine version 3.14 on in the 'community' repository.
apk add podman
Run an example container to verify everything works
podman run --rm hello-world