如何使用docker命令来下载镜像,有用过的么?
天蓬老师
天蓬老师 2017-04-21 10:56:13
0
1
725

如何使用docker命令来下载镜像,有用过的么?谢谢!

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
迷茫

The command to download the image is very simple, just use the docker pull command. On the docker image index website, images are stored in the form of user name/image name. There is a group of special images, such as basic images such as ubuntu, which have been officially verified and are trustworthy and can be retrieved directly using the image name.

Tips: When executing the pull command, write the complete name, such as "learn/tutorial".
Correct command: $docker pull learn/tutorial

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template