Home > Article > Operation and Maintenance > How to download image in docker
You can use the docker pull command to download.
Example:
Download the tutorial image through the docker command.
Note:
When executing the pull command, you must write the complete name, such as "learn/tutorial".
Specific command:
$docker pull learn/tutorial
Recommended tutorial: docker tutorial
The above is the detailed content of How to download image in docker. For more information, please follow other related articles on the PHP Chinese website!