Change Sandbox.SetKey() in case of shared osl.Sandbox#528
Change Sandbox.SetKey() in case of shared osl.Sandbox#528aboch wants to merge 1 commit intomoby:masterfrom aboch:phil
Conversation
|
As @mavenugo said, there is a continuing problem with host networking not having the network interfaces/connectivity. Container mode is actually working with this change, but not |
|
@estesp thats correct. |
- In case of `useDefaultSandbox`, if SetKey finds an existing osl.Sandbox it is not an error condition and different processing should be done Signed-off-by: Alessandro Boch <aboch@docker.com>
There was a problem hiding this comment.
i believe you meant !sb.config.useDefaultSandBox
|
@aboch even after fixing the above comment, it is still not working. :( |
|
@aboch @estesp PTAL moby/moby#16305 (comment). I dont think we need this patch any more. We can close it if you agree. |
|
Thanks @mavenugo Closing this |
useDefaultSandbox, if SetKey findsan existing osl.Sandbox it is not an error
condition and no more processing should be done
Signed-off-by: Alessandro Boch aboch@docker.com