Hi All,
We are trying to install the docker in non windows machine and getting the below error. Could you please suggest solution.
Share and learn in the Docker community.
Hi All,
We are trying to install the docker in non windows machine and getting the below error. Could you please suggest solution.
Is that non-windows environment a WSL2 distribution on Windows? That doesn’T have systemd by default and you need to use service docker start
to start Docker every time. You could actually enable Systemd in it, but I don’t know if that feature is public already.
PS.: Please, share error messages as text next time, not screenshots. Thanks.
Sorry for the late reply, I will check. thanks.