Skip to content

Go rewrite

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomdee tomdee released this 06 Nov 04:54
· 132 commits to master since this release

Rewrite of libnetwork plugin in Go.

This removes support for a couple of things

  • IPv6 (though we expect to add this back in soon)
  • Support for using a non-Calico IPAM driver

There is also another important change - the calico IPAM driver is renamed from calico to calico-ipam.

To create networks
docker network create --driver=calico --ipam-driver=calico-ipam network_name