Short Version (Error message):
docker-compose --file docker-compose.yml --project-name mayan up --detach
Creating network "mayan_bridge" with driver "bridge"
ERROR: could not find plugin bridge in v1 plugin registry: plugin not found
Longer version:
I am installing on WIndows Server 2016.
Confirmed Docker engine is running
changed the *yml file (because I read that bridge is only Linux, but nat is WIndows)
networks:
bridge:
driver: nat
Still can't find the plugin. So I went to the Docker website, I only see 2 plugins listed.
What am I doing wrong?
Docker - bridge v1 plugin
Re: Docker - bridge v1 plugin
This seems to be an known issue with Docker on some Windows versions.
https://github.com/docker/for-win/issues/1960
https://github.com/docker/for-win/issues/5126
From a quick glance it seems there no solutions or workaround at the moment.
https://github.com/docker/for-win/issues/1960
https://github.com/docker/for-win/issues/5126
From a quick glance it seems there no solutions or workaround at the moment.