Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 501 Bytes

how-to-download-docker-image.md

File metadata and controls

26 lines (22 loc) · 501 Bytes

How to download docker image

docker pull ubuntu
  • pull - downloads specified image to a local machine
  • ubuntu - name of the image to download

Example:

docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
Digest: sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322
Status: Image is up to date for ubuntu:latest
docker.io/library/ubuntu:latest

Additional keywords

  • fetch
  • get
  • install
  • add