CREATED SIZE
microsoft/windowsservercore latest 02cb7f65d61b 7
weeks ago 7.764 GB
microsoft/nanoserver latest 3a703c6e97a2 7
weeks ago 969.8 MB
PS C:> Get‐ContainerImage
RepoTags ID Created
Size(MB)
microsoft/windowsservercore:latest sha256:02cb7f65d6... 6/16/2016
4:29:45 PM 7,404.57
microsoft/nanoserver:latest sha256:3a703c6e97... 6/16/2016
3:57:35 PM 924.92
Notice that the same images are shown when using docker.exe or the PowerShell
interface, proving that a single management interface is used. This is the case for all
Docker configurations. Where are the actual images stored on the container host? The
default location is under C:\ProgramData\docker, but do not manually modify
anything in this folder structure. Always manage via the Docker management
interface.
Also note that each image has the tag of latest that enables the image to be used
without having to specify an explicit version. If a certain image version is downloaded
but does not have the latest tag, you may need to add the tag manually. This can be
done by finding the ID of the image through the docker images command and then
adding the latest tag (to remove a tag, use docker rmi); for example:
docker images microsoft/nanoserver
docker tag