I launched new Windows Server 2016 at AWS using image Windows_Server-2016-English-Full-Containers-2017.01.11 (ami-7a803d1a). After installing PS module ContainerImage I tried to launch NanoServer docker image by running:
Install-ContainerImage NanoServer
I get error:
Install-ContainerOSImage : The term 'Install-ContainerOSImage' is not recognized as the name of a cmdlet, function, script file, or
operable program. Here is list of commands of module ContainerImage
Get-Command -Module ContainerImage
CommandType Name Version Source
----------- ---- ------- ------
Function Find-ContainerImage 0.6.4.0 ContainerImage
Function Install-ContainerImage 0.6.4.0 ContainerImage
Function Save-ContainerImage 0.6.4.0 ContainerImage
Find-ContainerImage returns NanoServer and WindowsServerCore
How to install image to local repository?
I am behind proxy and docker pull does not work even I configured environment variables HTTP_PROXY and HTTPS_PROXY.