It seems that Docker Desktop for Windows can be used on Windows Home, so I will try it.
https://hub.docker.com/editions/community/docker-ce-desktop-windows/
If you leave it as it is, you will get angry if the version of Windows is insufficient at the time of installation Sign up for the Windows Insider Program and select the release preview channel to update Windows.
Updated version
Install Docker Desktop for Windows after upgrading.
Try pulling CentOS appropriately and starting it.
> docker pull centos
> docker run -i -t centos /bin/bash
I was able to start it safely.
Recommended Posts