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
Arko Dasgupta 70fa7b6a3f Network not deleted after stack is removed
Make sure adapter.removeNetworks executes during task Remove
adapter.removeNetworks was being skipped for cases when
isUnknownContainer(err) was true after adapter.remove was executed

This fix eliminates the nil return case forcing the function
to continue executing unless there is a true error

Fixes https://github.com/moby/moby/issues/39225

Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>
2019-05-23 12:37:17 -07:00
..
controllers/plugin
convert
executor Network not deleted after stack is removed 2019-05-23 12:37:17 -07:00
provider
cluster.go
configs.go
errors.go
filters.go
filters_test.go
helpers.go
listen_addr.go
listen_addr_linux.go
listen_addr_others.go
networks.go
noderunner.go
nodes.go
secrets.go
services.go
swarm.go I can lose a screw if its on too loose 2019-04-23 11:36:31 +10:00
tasks.go
utils.go