How to pull image in docker
Docker274
description
Pull the reids image from the remote warehouse, you can find the image and version information you need at https://registry.hub.docker.com/
command
docker pull redis
parameter
docker pull : pull image from remote warehouses
result
Using default tag: latest latest: Pulling from library/redis 69692152171a: Pull complete a4a46f2fd7e0: Pull complete bcdf6fddc3bd: Pull complete 2902e41faefa: Pull complete df3e1d63cdb1: Pull complete fa57f005a60d: Pull complete Digest: sha256:7e2c6181ad5c425443b56c7c73a9cd6df24a122345847d1ea9bb86a5afc76325 Status: Downloaded newer image for redis:latest docker.io/library/redis:latest