mirror of https://github.com/docker/docs.git
Fixed typo 'configuring'
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
602fd4e14b
commit
ae9905ef9c
|
@ -233,7 +233,7 @@ func InitDriver(config *Config) error {
|
||||||
// Configure iptables for link support
|
// Configure iptables for link support
|
||||||
if config.EnableIptables {
|
if config.EnableIptables {
|
||||||
if err := setupIPTables(addrv4, config.InterContainerCommunication, config.EnableIpMasq); err != nil {
|
if err := setupIPTables(addrv4, config.InterContainerCommunication, config.EnableIpMasq); err != nil {
|
||||||
logrus.Errorf("Error configuing iptables: %s", err)
|
logrus.Errorf("Error configuring iptables: %s", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
// call this on Firewalld reload
|
// call this on Firewalld reload
|
||||||
|
|
Loading…
Reference in New Issue