April 2017
Beginner
404 pages
9h 30m
English
If users want to create a new Windows Server Container, they need not start from scratch. There are ample images that are already built, which you can pick as your starting point. But how do you know which images are available? This is where docker search will be really helpful. The docker search command helps you search images from the docker public repository. It helps you find popular images using the star rating and also filtering images by the official flag, which ascertains great quality and trust. docker search is used to search the images from any remote repository. docker search needs a bare minimum of one parameter, which is the Docker image name:
docker search [searchcriteria]
The following screenshot shows the ...
Read now
Unlock full access