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

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


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.


Docker and dockerd are related.You have to stop Docker before starting dockerd again.

stop-service *docker*

Then you can launch your command again

dockerd --experimental

Notice that this will block the shell because the deamon run where you launch it