> docker-compose up -d nginx mysql redis
Creating network "laradock_frontend" with driver "bridge"
ERROR: could not find plugin bridge in v1 plugin registry: plugin not found
> docker network ls
NETWORK ID NAME DRIVER SCOPE
cd23685dc007 nat nat local
32e395bbfdbe none null local
ccc02ba9a9ed test_default nat local
a4639042fcea 默认交换机 ics local
> docker network create my_net
Error response from daemon: could not find plugin bridge in v1 plugin registry: plugin not found
> docker plugin ls
Error response from daemon: plugins are not supported on this platform
Oh, yes, edit the.Env file NETWORKS_DRIVER=*.
ERROR: could not find plugin * in v1 plugin registry: plugin not found @zongmi
I solve modified file .env change NETWORKS_DRIVER=*. to NETWORKS_DRIVER=nat
Most helpful comment
I solve modified file .env change NETWORKS_DRIVER=*. to NETWORKS_DRIVER=nat