DockerDocker
DCA · Question #51
DCA Question #51: Real Exam Question with Answer & Explanation
Sign in or unlock DCA to reveal the answer and full explanation for question #51. The question stem and answer options stay visible for context.
Submitted by joshua94· Apr 18, 2026Image Creation, Management, and Registry
Question
What is one way of directly transferring a Docker Image from one Docker host in another?
Options
- A'docker push' the image to the IP address of the target host.
- B'docker commit' to save the image outside of the Docker filesystem. Then transfer the file over to
- CThere is no way of directly transferring Docker images between hosts. A Docker Registry must be
- D'docker save' the image to save it as TAR file and copy it over to the target host. Then use 'docker
Unlock DCA to see the answer
You've previewed enough free DCA questions. Unlock DCA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Docker Image Management#Image Transfer#docker save#docker load