try
systemctl start docker.service
3 Likes
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 Like
Worked. Somehow this should come up as the right answer.
1 Like
Exactly. If it says docker isn’t running, just do a service docker start
and move on. That’s what I did.