A systems administrator needs to deploy a specific version of a web server using a Podman container. The required image is nginx and the version tag is 1.25. Which of the following commands correctly pulls this specific image from a container registry?
The correct command to pull a specific version of an image using Podman is podman pull [image_name]:[tag]. Therefore, podman pull nginx:1.25 is the correct command to download the nginx image with the 1.25 tag. The command podman pull nginx would pull the image with the latest tag, not the specified version. The command podman load nginx:1.25 is incorrect because podman load is used to load an image from a local tar archive, not to pull from a remote registry. The command podman image get nginx:1.25 is invalid as get is not a valid subcommand for podman image.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Podman used for in Linux?
Open an interactive chat with Bash
What is the difference between pulling with a 'latest' tag and a specific tag in Podman?
Open an interactive chat with Bash
What is the purpose of the 'podman load' command?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
IT & Cybersecurity Package Join Premium for Full Access