1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster/executor/container
Yong Tang cafed80cd0 Update FindUniqueNetwork to address network name duplications
This fix is part of the effort to address 30242 where
issue arise because of the fact that multiple networks
may share the same name (within or across local/swarm scopes).

The focus of this fix is to allow creation of service
when a network in local scope has the same name as the
service network.

An integration test has been added.

This fix fixes 30242.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-01-06 01:55:28 +00:00
..
adapter.go Update FindUniqueNetwork to address network name duplications 2018-01-06 01:55:28 +00:00
attachment.go Merge pull request #34686 from mion00/templating-node-hostname-support 2017-09-13 21:06:11 -07:00
container.go Update FindUniqueNetwork to address network name duplications 2018-01-06 01:55:28 +00:00
container_test.go Added support for swarm service isolation mode 2017-10-30 16:16:18 +01:00
controller.go Restore error type in FindNetwork 2017-11-29 11:22:57 -08:00
errors.go Remove redundant format 2016-12-27 21:46:52 +08:00
executor.go Updating moby to correspond to naming convention used in https://github.com/docker/swarmkit/pull/2385 2017-09-26 22:08:10 +00:00
health_test.go Add support for .Node.Hostname templating in swarm services 2017-09-02 10:06:16 +02:00
validate.go cluster/executor: check mounts at start 2017-02-06 13:09:53 -08:00
validate_test.go Add support for .Node.Hostname templating in swarm services 2017-09-02 10:06:16 +02:00
validate_unix_test.go cluster/executor: check mounts at start 2017-02-06 13:09:53 -08:00
validate_windows_test.go cluster/executor: check mounts at start 2017-02-06 13:09:53 -08:00