Browse Source

Merge pull request #1449 from sanimej/ingress

Name the ingress sandbox explicitly
Jana Radhakrishnan 8 năm trước cách đây
mục cha
commit
f34bd07737
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      libnetwork/controller.go

+ 1 - 0
libnetwork/controller.go

@@ -922,6 +922,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
 
 	if sb.ingress {
 		c.ingressSandbox = sb
+		sb.id = "ingress_sbox"
 	}
 	c.Unlock()
 	defer func() {