docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
585 stars 191 forks source link

Creating a network is slow #510

Open wagoodman opened 5 years ago

wagoodman commented 5 years ago

I haven't investigated why yet, however if you have a network: declaration in the docker-compose file and you run libcompose up, the network takes 10+ seconds to be created the first go around (it hangs at Creating network "<network name>" with driver ""). This delay is multiplied by the number of networks you have defined in your compose file.