ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 211 - DVA-C01 discussion

Report
Export

AWS CodeBuild builds code for an application, creates the Docker image, pushes the image to Amazon Elastic Container Registry (Amazon ECR), and tags the image with a unique identifier. If the Developers already have AWS CLI configured on their workstations, how can the Docker images be pulled to the workstations?

A.
Run the following:docker pull REPOSITORY URI : TAG
Answers
A.
Run the following:docker pull REPOSITORY URI : TAG
B.
Run the output of the following:aws ecr get-loginand then run:docker pull REPOSITORY URI : TAG
Answers
B.
Run the output of the following:aws ecr get-loginand then run:docker pull REPOSITORY URI : TAG
C.
Run the following:aws ecr get-loginand then run:docker pull REPOSITORY URI : TAG
Answers
C.
Run the following:aws ecr get-loginand then run:docker pull REPOSITORY URI : TAG
D.
Run the output of the following:aws ecr get-download-url-for-layerand then run:docker pull REPOSITORY URI : TAG
Answers
D.
Run the output of the following:aws ecr get-download-url-for-layerand then run:docker pull REPOSITORY URI : TAG
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html

asked 16/09/2024
John Doe
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first