search

Home  >  Q&A  >  body text

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

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

天蓬老师天蓬老师2859 days ago780

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-21 10:58:13

    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

    reply
    0
  • Cancelreply