Hey Joanna, are you sure the docker service is running on your workstation? It looks like the module is having trouble connecting to it.
As an aside, the error you are getting is from the docker_image module, the API version that it’s mentioning is just an error from the docker python module as a catch-all for just not being able to figure anything out about the running docker version.
If you are on centos 7 and already have docker installed then you should just be able to: systemctl start docker (and then possibly systemctl enable docker to have it start at boot).