dockerclient icon indicating copy to clipboard operation
dockerclient copied to clipboard

Make sure two networks with the same name are not created by default

Open vikstrous opened this issue 10 years ago • 0 comments

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.

vikstrous avatar Dec 24 '15 01:12 vikstrous