Chapter 11

Run containers

podman - manages containers and container images

skopeo - inspects, copies, deletes, and signs images.

buildah - creates container images.

The default configuration file for container registries is the /etc/containers/registries.conf file.

Redhat non-privileged container run etməyi məsləhət gördüyü üçün $HOME/.config/containers faylı /etc/containers/registries.conf-ni overwrite edir.

Container alətlərini sistemə yükləmək üçün:

dnf install container-tools -y
podman info
podman search python-38
skopeo inspect docker://registry.access.redhat.com/ubi8/python-38
podman pull registry.access.redhat.com/ubi8/python-38
podman images

Last updated

Was this helpful?