Skip to content

Docker Ingress Routing Daemon v4.1.0: Support for ingress networks > /24 and preexisting containers

Compare
Choose a tag to compare
@struanb struanb released this 17 Mar 13:57
· 12 commits to main since this release

This major release introduces:

  1. Autodetection of and full support for ingress networks larger than /24, using sequential IDs for load balancer nodes (this mode may be forced using the --indexed-ids option)
  2. Support for installing routing rules on preexisting running containers, using the --preexisting option (thanks @markfqs)
  3. Improved logging
  4. Example DIND systemd unit