1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #23942 from aaronlehmann/sanbox

Fix "sanbox" typos
This commit is contained in:
Vincent Demeester 2016-06-25 11:27:46 +02:00 committed by GitHub
commit eae254d98b
2 changed files with 2 additions and 2 deletions

View file

@ -410,7 +410,7 @@ func (daemon *Daemon) allocateNetwork(container *container.Container) error {
// always connect default network first since only default
// network mode support link and we need do some setting
// on sanbox initialize for link, but the sandbox only be initialized
// on sandbox initialize for link, but the sandbox only be initialized
// on first network connecting.
defaultNetName := runconfig.DefaultDaemonNetworkMode().NetworkName()
if nConf, ok := container.NetworkSettings.Networks[defaultNetName]; ok {

View file

@ -152,7 +152,7 @@ func (daemon *Daemon) SetupIngress(create clustertypes.NetworkCreateRequest, nod
sb, err := controller.NewSandbox("ingress-sbox", libnetwork.OptionIngress())
if err != nil {
logrus.Errorf("Failed creating ingress sanbox: %v", err)
logrus.Errorf("Failed creating ingress sandbox: %v", err)
return
}