docker-aws

Unable to install windowsServerCore Container Image

徘徊边缘 提交于 2019-12-23 21:27:54
问题 I am trying to install windowsServercore images on my WIndows 2016 server using below command. Install-containerImage WindowsServerCore while running it got below error message. Install-ContainerOSImage : The term 'Install-ContainerOSImage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. Found there is a work around from article https://social.msdn

How to upgrade docker in latest Amazon linux AMI

谁说我不能喝 提交于 2019-12-23 13:08:55
问题 I am using Amazon linux AMI in Opsworks and the Amazon linux AMI are the latest one (OS Amazon Linux 2017.03). The issue is that this AMI comes with docker version 17.03.2-ce , however I need to install version 17.05 or later (because I want to modify "ingress" network in docker swarm which is only possible in the latest docker versions.) Looks like Amazon officially supports version only till 17.03. If I try to upgrade the docker manually from the centos rpm/repository, I get the following