9951 explained code solutions for 126 technologies


dockerHow to download docker image


docker pull ubuntuctrl + c
pull

downloads specified image to a local machine

ubuntu

name of the image to download


Usage example

docker pull ubuntu
output
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