docker list images in remote registry code example
Example 1: how to list docker images
docker image ls
Example 2: How to pull images from Docker Registry
docker pull ubuntu:14.04
docker pull ubuntu
docker pull fedora
NOTE:
Docker Hub contains many pre-built images that you can pull
docker pull :
docker pull