dockeropensuse

docker: Error response from daemon: grpc: the connection is unavailable


Anyone have any idea what's causing this error? Is it going to be something to do with my network settings?

(bit of a noob on networking front, please feel free to comment and point me in the right direction for relevant data)

Get it when trying to do:

Specs:

Testing issue

Tried running the following containers to no avail:

Edit:

Docker service running fine - systemctl status docker returns:

docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2017-05-17 16:21:18 BST; 2 days ago

From docker inspect, containers are exiting with:


Solution

  • Fixed!

    Ran systemctl restart docker

    No idea what the problem was...