Podman

What are containers

Technologies that allow you to package and isolage application

Container orchestation

What is a pod

A group of one or more containers with shared storage and network resources and specification for how to run the containers. By default a pod has a infra container

Why use pods

What is podman

You can configure a local container registry

What is skopeo

Whats is buildah

Installing podman

Installation in Manjaro

https://computingforgeeks.com/how-to-install-podman-on-arch-linux-manjaro/

Configuration

Configuration file are located at /etc/containers/

Managing images

podman

Add --help in any command to get more information

skopeo

References

2 Hands-on with Podman Containers on Linux