mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Remove errors around IP forwarding not enabled
This commit is contained in:
2
vendor/github.com/rancher/docker-from-scratch/scratch.go
generated
vendored
2
vendor/github.com/rancher/docker-from-scratch/scratch.go
generated
vendored
@@ -576,6 +576,8 @@ func secondPrepare(config *Config, docker string, args ...string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
ioutil.WriteFile("/proc/sys/net/ipv4/ip_forward", []byte("1"), 0655)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user