mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Name the ingress sandbox explicitly
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
This commit is contained in:
parent
4e9df02c8f
commit
e31db5d6af
1 changed files with 1 additions and 0 deletions
|
@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
|
||||||
|
|
||||||
if sb.ingress {
|
if sb.ingress {
|
||||||
c.ingressSandbox = sb
|
c.ingressSandbox = sb
|
||||||
|
sb.id = "ingress_sbox"
|
||||||
}
|
}
|
||||||
c.Unlock()
|
c.Unlock()
|
||||||
defer func() {
|
defer func() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue