try
systemctl start docker.service
3 Mi Piace
In case anyone finds it handy in future:
On CentOS 7 try linking the non-existent docker.io binary to the existing docker binary as follows:
ln -s /usr/bin/docker /usr/bin/docker.io
This did it for me just nowâŚ
1 Mi Piace
Worked. Somehow this should come up as the right answer.
1 Mi Piace
Exactly. If it says docker isnât running, just do a service docker start
and move on. Thatâs what I did.