Containers

Describe in detail what happens when you run podman/docker run hello-world?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Docker/Podman CLI passes your request to Docker daemon. Docker/Podman daemon downloads the image from Docker Hub Docker/Podman daemon creates a new container by using the image it downloaded Docker/Podman daemon redirects output from container to Docker CLI which redirects it to the standard output