dockerclient
dockerclient copied to clipboard
Make sure two networks with the same name are not created by default
See https://github.com/docker/docker/issues/18864
https://github.com/samalba/dockerclient/blob/master/types.go#L531
CheckDuplicate should be changed to IgnoreDuplicate so that the default can be to not allow duplicate names.