A. docker pull nginx
Explanation:
docker pull command is used to pull an image from a registry and store it in the local Docker image cache.
nginx is the name of the image that will be pulled.
docker pull - This command allows you to pull any image which is present in the official registry of docker, Docker hub. By default, it pulls the latest image, but you can also mention the version of the image.
upvoted 1 times
...
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.
linux_admin
Highly Voted 5 months agoEikan
Most Recent 2 weeks, 4 days ago