Docker - Day -06
Pulling:
Pulling images from Public Registry:
Authentication is not required to pull images from public registries, such as the official Ubuntu image on Docker Hub.
Example: docker pull ubuntu
docker pull ubuntu:20.04
Pulling images from Private Reg...
docker-day-01.hashnode.dev2 min read