exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 147 discussion

Actual exam question from Cisco's 350-901
Question #: 147
Topic #: 1
[All 350-901 Questions]

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"

Show Suggested Answer Hide Answer
Suggested Answer: 385001111 cisco/httpd:version1.0
Reference:
https://docs.docker.com/engine/reference/commandline/tag/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lente_kriebels
Highly Voted 1 year, 9 months ago
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
upvoted 10 times
...
designated
Highly Voted 8 months, 2 weeks ago
docker tag 385001111 cisco:version1.0 https://docs.docker.com/engine/reference/commandline/tag/
upvoted 9 times
...
Teringzooi
Most Recent 7 months, 3 weeks ago
Answer is correct. $ docker tag 0e5574283393 fedora/httpd:version1.0 docker tag 385001111 cisco:version1.0 https://docs.docker.com/engine/reference/commandline/tag/
upvoted 3 times
...
enough98
1 year ago
docker tag 385001111 cisco:version1.0
upvoted 3 times
...
__al__
1 year, 1 month ago
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).
upvoted 2 times
...
skysoft
1 year, 2 months ago
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
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago