infobloxopen / docker-infoblox

IPAM driver for Docker and Infoblox
Apache License 2.0
23 stars 23 forks source link

Default docker version does not match in comment and code #51

Open chjong opened 6 years ago

chjong commented 6 years ago

The code and comment does not match in Docker version in ipam_driver.go

// Default to Docker API Version corresponding to Docker v1.10 if os.Getenv("DOCKER_API_VERSION") == "" { if err = os.Setenv("DOCKER_API_VERSION", "1.22"); err != nil { logrus.Infof("Cannot set default Docker API Version: '%s'", err) os.Exit(1) } }

chinmayb commented 6 years ago

@AjeyHiremath Can you please fix this

AjeyHiremath commented 6 years ago

ok will fix