EX200 · Question #13
EX200 Question #13: Real Exam Question with Answer & Explanation
Sign in or unlock EX200 to reveal the answer and full explanation for question #13. The question stem and answer options stay visible for context.
Question
13. Create a Container Image Do not modify the content of this file. Build an image named "pdf." Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: # Install container management tools [root@node1 ~]# dnf -y install container-tools # Execute operations as the user wallah [root@node1 ~]# ssh wallah@localhost # Download the container build file # Log in to the image registry [wallah@node1 ~]# podman login -u admin -p redhat321 registry.lab.example.com # Build the container image using the Containerfile in the current directory, with the image name "pdf" [wallah@node1 ~]# podman build -t pdf . # View the images [wallah@node1 ~]$ podman images REPOSITORY TAG IMAGE ID CREATED SIZE localhost/pdf latest 1d6e7ea71460 31 seconds ago 300 MB registry.lab.example.com/ubi9-beta/ubi latest 28b0a4b69d9b 2 years ago 229 MB
Unlock EX200 to see the answer
You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.