devplayer0 / docker-net-dhcp

Docker network driver for networking on a host bridge with DHCP-allocated IP addresses
GNU General Public License v3.0
202 stars 55 forks source link

Fix #2 Containers don't start at boot time #9

Closed denis-bb closed 3 years ago

denis-bb commented 3 years ago

Store network options in config file at network creation time and get its from this file on endpoint creation. Network plugin shouldn't get a network options from docker, the cause docker API doesn't create at boot time.

devplayer0 commented 3 years ago

Thanks for the PR and apologies for the (very) delayed response. Because of the rewrite (see #3) I'm afraid I won't be implementing your changes. I'll incorporate a fix for the root issue if it's still relevant to the Go version.