FILL BLANK - A local Docker image has an image ID of 385001111. Fill in the blanks to complete the command in order to tag the image into the "cisco" repository with "version1.0"
Answer is correct.
Tag an image referenced by ID
To tag a local image with ID “0e5574283393” into the “fedora” repository with “version1.0”:
$ docker tag 0e5574283393 fedora/httpd:version1.0
Answer is correct.
$ docker tag 0e5574283393 fedora/httpd:version1.0
docker tag 385001111 cisco:version1.0
https://docs.docker.com/engine/reference/commandline/tag/
a correct answer should follow the patter:
docker tag <image_id> cisco/<some_string>:version1.0
Notice <some_string> could be anything really... so strictly speaking, the proposed answer here should be correct, as "httpd" is a valid string.
That said, it could also have been anything else. No clue was given as to why it should be "httpd". Personally, I would rather go with the image id again as the string in this case (but honestly Cisco should accept pretty much anything as a valid answer).
Where is the "httpd" part in the answer coming from ? it's fully possible to tag an image with
cisco/version1.0
upvoted 5 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.
lente_kriebels
Highly Voted 1 year, 9 months agodesignated
Highly Voted 8 months, 2 weeks agoTeringzooi
Most Recent 7 months, 3 weeks agoenough98
1 year ago__al__
1 year, 1 month agoskysoft
1 year, 2 months ago