I have Docker installed and it runs fine, but when I have created a container and run it, I want to know the ID of the container, so I do a docker ps
. But then I always get this message:
Get http:///var/run/docker.sock/v1.15/containers/json: dial unix /var/run/docker.sock: no such file or directory
What could be wrong here?