Docker could not find plugin bridge in v1 plugin registry: plugin not found

P3P5 picture P3P5 · Apr 2, 2018 · Viewed 26.2k times · Source

I am trying to run this command with graphcool:

graphcool-framework local up

And I am getting this error from Docker,

docker   could not find plugin bridge in v1 plugin registry: plugin not found

My version of Docker is version 18.03.0-ce

What is the problem and how can I solve it?

Answer

JoeBla picture JoeBla · Apr 7, 2018

Are you using Docker for Windows and switched to using Windows containers?

The bridge driver isn't available for Windows containers and nat is the equivalent.

I'm not familiar with graphcool but it could be that its based on a Linux image, that references the bridge driver.

See if graphcool have a windows docker image (one that uses the nat driver instead of bridge).