Search code examples
dockerpycharmdocker-machine

Getting Unsupported protocol scheme error with docker in pycharm


I'm getting the following error when launching docker interpreter in pycharm

Error:com.github.dockerjava.api.exception.DockerClientException: Unsupported protocol scheme found: ''. Only 'tcp://' or 'unix://' supported.

I've tried to ssh into the image that i'm running and check it manually, and everything looks to be working fine. The Ip address of the machine is alright as well.

NAME            ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER    ERRORS
MyVM   -        virtualbox   Running   tcp://192.168.99.100:2376           v1.11.2

Solution

  • I raised a bug for this on jetbrains when i saw this was a bug on their side.

    I resolved this by removing all the remote interpreters and adding anew