Obtaining the Docker image
First, get the basic Docker image. The Docker image is published on the Docker Hub Registry (https://hub.docker.com/). You can search for published images with the docker search command. An example of searching the image of CentOS is here.
# docker search centos
INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED docker.io docker.io/centos The […]
Recent Comments