Welcome to the Linux Foundation Forum!

Lab 4. Exercise 4.5 - incorrect content for Podman

In the exercise 4.5 Installing Podman PDF documentation is an incorrect content. The output of the command sudo podman container run hello-world has a Docker output, not Podman output. Would it be possible to edit it? Thanks

Comments

  • Hello @lbocinco ,

    The output is accurate. When selecting the image to run, we chose "docker.io/library/hello-world"
    The Podman container runtime is pulling the image from the Docker registry to create a container, and the output you're seeing is generated by that container.
    During container creation, you'll be prompted to select an image.

    If you opt for a registry other than Docker Hub, the container will be built using the image from that specified registry.

    Hence no need to edit the output. The output is as expected.

    ? Please select an image:
    ▸ docker.io/library/hello-world:latest
    registry.fedoraproject.org/hello-world:latest
    registry.access.redhat.com/hello-world:latest

  • Oh, I see. I didn't realize I have different registry, and it didn't ask me to choose the image, that is why it was confusing. Sorry, my bad :) I learned something today. Thanks for the quick response.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training