Correcting "sanbox" to "sandbox".
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
| ... | ... |
@@ -410,7 +410,7 @@ func (daemon *Daemon) allocateNetwork(container *container.Container) error {
|
| 410 | 410 |
|
| 411 | 411 |
// always connect default network first since only default |
| 412 | 412 |
// network mode support link and we need do some setting |
| 413 |
- // on sanbox initialize for link, but the sandbox only be initialized |
|
| 413 |
+ // on sandbox initialize for link, but the sandbox only be initialized |
|
| 414 | 414 |
// on first network connecting. |
| 415 | 415 |
defaultNetName := runconfig.DefaultDaemonNetworkMode().NetworkName() |
| 416 | 416 |
if nConf, ok := container.NetworkSettings.Networks[defaultNetName]; ok {
|
| ... | ... |
@@ -152,7 +152,7 @@ func (daemon *Daemon) SetupIngress(create clustertypes.NetworkCreateRequest, nod |
| 152 | 152 |
|
| 153 | 153 |
sb, err := controller.NewSandbox("ingress-sbox", libnetwork.OptionIngress())
|
| 154 | 154 |
if err != nil {
|
| 155 |
- logrus.Errorf("Failed creating ingress sanbox: %v", err)
|
|
| 155 |
+ logrus.Errorf("Failed creating ingress sandbox: %v", err)
|
|
| 156 | 156 |
return |
| 157 | 157 |
} |
| 158 | 158 |
|