List of questions
Related questions
Question 211 - DVA-C01 discussion
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
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
D.
Run the output of the following:aws ecr get-download-url-for-layerand then run:docker pull REPOSITORY URI : TAG
Your answer:
0 comments
Sorted by
Leave a comment first