mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1449 from sanimej/ingress
Name the ingress sandbox explicitly
This commit is contained in:
commit
f34bd07737
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue