CiscoCisco
200-901 · Question #261
200-901 Question #261: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #261. The question stem and answer options stay visible for context.
Application Deployment and Security
Question
A developer has created a new image to use in a Docker build and has added a tag for the image by using the command: $ docker tag 84fe411926287 local/app:0.4 Which command must be executed next to build the Docker image using the tag? $ docker build -p local/app:0.4 A.
Options
- B$ docker run -t local/app:0.4
- C$ docker run -p local/app:0.4
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 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.
Topics
#Docker#Image Management#Containerization#Docker CLI