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
Flavio Crisciani 51cea0a53c
Restore error type in FindNetwork
The error type libnetwork.ErrNoSuchNetwork is used in the controller
to retry the network creation as a managed network though the manager.
The change of the type was breaking the logic causing the network to
not being created anymore so that no new container on that network
was able to be launched
Added unit test

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-11-29 11:22:57 -08:00
..
adapter.go LCOW: API: Add platform to /images/create and /build 2017-10-06 11:44:18 -07:00
attachment.go Merge pull request #34686 from mion00/templating-node-hostname-support 2017-09-13 21:06:11 -07:00
container.go Added support for swarm service isolation mode 2017-10-30 16:16:18 +01: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