Docker-Docker mirror command usage

Installation complete auxiliary command :

  • docker version-------View docker information
  • docker info------------View more detailed information
  • docker help-----------Help command

View all the mirrors in this machine:

  • docker images----------list all local mirrors
  • -a--------- List all images (including intermediate image layers)
  • -q--------- Only display the mirror ID

Download the image from the warehouse:

  • docker pull
    Insert picture description hereInsert picture description here

Insert picture description here

Guess you like

Origin blog.csdn.net/dgssd/article/details/114370037