How to enable docker Experimental mode on EC2 instance of Windows-Server-2019-Base-with-Containers?

牧云@^-^@ 提交于 2020-02-24 12:20:27

问题


I'm trying to docker pull postgres but get this error message instead no matching manifest for windows/amd64 in the manifest list entries

Which lead me to this solution How can I run Docker in a AWS Windows Server environment?

The solution is to enable Experimental mode

But there is no docker icon on my environment. So I tried to use this command
dockerd --experimental

But got this error
PS C:\Users\Administrator> dockerd --experimental time="2019-01-21T08:45:51Z" level=warning msg="Running experimental build" open //./pipe/docker_engine: Access is denied.

So how can I enable the experimental mode?
or are there other solution to avoid the no matching manifest for windows/amd64 in the manifest list entries problem?


回答1:


I fixed this problem by using i3.metal (bare metal) instance instead. This instance quite costly so I would love to hear other solution too.



来源:https://stackoverflow.com/questions/54286373/how-to-enable-docker-experimental-mode-on-ec2-instance-of-windows-server-2019-ba

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!