Win10 Professional Edition is already installeddocker
, now want to based onlaradock
structurelaravel
The development environment and operation of the projectdocker-compose up -d
Appear at regular intervalsplugin not found
A mistake? I don’t know why
Docker netowrk bridge is a network-driven mode that docker comes with. docker-compose up will also create a bridge-driven network by default. If you use win10 docker in boot2docker mode, this problem will not normally occur, because it comes with the default, and my colleagues have seen it.
karadick
In this project, 2 networks are also driver of bridge. You can first try the following documentation:
https://github.com/docker/lab …