Applications or services can be packaged as containers, and can be shared across teams easily using publishing options provided by docker. Docker Hub is a public repository for all images irrespective of flavor of the base OS. Docker Hub holds containers made up of both Linux and Windows. Microsoft has an official repository for storing windows server images at https://hub.docker.com/r/microsoft/aspnet/. Docker command line provides commands to push images to public repositories such as Docker Hub, private repositories provided by Docker Hub (docker provides one private repository for free), or custom built Docker repositories. The following set of sections show you how to push or publish an image to public repository - Docker ...
docker push
Get Learning Windows Server Containers now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.