1
0
Fork 0
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:
Jana Radhakrishnan 2016-09-20 11:39:57 -07:00 committed by GitHub
commit f34bd07737

View file

@ -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() {