Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to retrieve 'official' images from Docker Hub using Podman pull. Podman is able to pull images from any registry and not just Docker Hub. To pull an image from Docker Hub using Podman, use the following command:

podman pull image-name

Replace image-name with the name of the image you want to pull. If the image is located on Docker Hub, Podman will automatically pull it from there.