The Dockerfile is placed in the current working directory. Which command builds an image named application: 1.0.0 that contains application-1.0.0.jar and also includes any updates to the parent image?
A.
docker build --pull --build-arg=VERSION="1.0.0" --tag applications:1.0.0
B.
docker build --build-arg=VERSION="1.0.0" --tag applications:1.0.0
C.
docker build --file=application-1.0.0.jar --tag applications:1.0.0
D.
docker build --put --target=VERSION="1.0.0" --tag applications:1.0.0
Given answer is incorrect. docker build --pull is correct. A
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jchutch2
3 weeks, 2 days ago