podman, alpine linux,

Install Podman on Alpine Linux

Jun 12, 2022 · 1 min read · Post a comment

Podman, as a decent Docker replacement has support from the Alpine community repository and can be installed as a podman package. Let’s see how to install Podman on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install Podman on Alpine Linux

Step 1. First, update the system packages.

sudo apk update

Step 2. Install Podman.

sudo apk add podman

Step 3. Verify installation.

podman -v

Output:

podman version 4.1.0

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.