mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Name the ingress sandbox explicitly
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
This commit is contained in:
@@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
|
||||
|
||||
if sb.ingress {
|
||||
c.ingressSandbox = sb
|
||||
sb.id = "ingress_sbox"
|
||||
}
|
||||
c.Unlock()
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user