How to Download All The Windows Nano Server 2016 Containers Images

This article will show you how to download all the Windows Nano Server 2016 Container Images using a single docker command.

Recently, a developer told me that he needs test and compare the performance of Windows Nano Server IIS Image across the OS Image releases since last year.

To get things done, I used the docker command below which is docker pull with the -a switch that tells Docker to download all images from the repository.

In our case, I’ve used the command below to download all the Nano Server Images.

docker pull -a microsoft/nanoserver


Posted

in

by