I've been attempting to setup a Windows Docker server that is configured to run on Hyper-V.

I am able to run other linux and windows docker images and can also successfully run the phusion/baseimage that the Lean Docker image appears to be built on. However, if I attempt to run the Lean Docker image on this server, I get the following error:

Error: 404 Client Error for http://dro-node4:2375/v1.41/networks/create: Not Found ("could not find plugin bridge in v1 plugin registry:
plugin not found")

I'm hoping that someone, a bit more Docker savvy than myself, might be able to give me some guidance as to what in the Lean image is pulling in this dependency on the `bridge` plugin and if there is a way to rebuild this image without the dependency since it appears that it is not necessarily necessary to run other images.

Any help appreciated

 

Author