Install-ContainerHost.ps1 script failing at Containerimage
just installed tp5 datacenter gui version. trying started containers via blog here: https://blogs.msdn.microsoft.com/jcorioland/2016/04/28/getting-started-with-containers-and-docker-on-windows-server-2016-technical-preview-5/
i able download install-containerhost.ps1 script , when ran it, did it's thing , rebooted , continued running. however script failed. here's ps output:
extracting nssm archive
configuring nssm docker service
starting docker
waiting docker daemon
connected docker daemon
following images present on machine (none)
installing containerimage provider
warning: package 'containerimage' failed download
install-packageprovider : package 'containerimage' failed install.
@ c:\work\install-containerhost.ps1:796 char: 9
install-packageprovider containerimage -force | out-null
tried manually run command. failed. also tried manually run install-module containerimage , failed.
get-psrepository psgallery
find-module containerimage - containerimage v .6.4.0
any ideas?
hi,
thanks post, trying below command?
install-packageprovider -name "containerimage" -force | out-null
also can check below article reference:
https://technet.microsoft.com/en-us/library/mt676543.aspx?f=255&mspperror=-2147217396
hope helps.
best regards,
elaine
please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com.
Windows Server > Windows Server Technical Preview
Comments
Post a Comment