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

Fix "sanbox" typos

Correcting "sanbox" to "sandbox".

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit fa04558ac1)
This commit is contained in:
Aaron Lehmann 2016-06-24 12:04:26 -07:00 committed by Tibor Vass
parent 5ff054ef51
commit 77e3708bf7
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
}