mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix required Linux version in networking docs.
PiperOrigin-RevId: 386093826
This commit is contained in:
@@ -61,7 +61,7 @@ Add the following `runtimeArgs` to your Docker configuration
|
||||
|
||||
### Disable GSO {#gso}
|
||||
|
||||
If your Linux is older than 4.14.17, you can disable Generic Segmentation
|
||||
If your Linux is older than 4.14.77, you can disable Generic Segmentation
|
||||
Offload (GSO) to run with a kernel that is newer than 3.17. Add the
|
||||
`--gso=false` flag to your Docker runtime configuration
|
||||
(`/etc/docker/daemon.json`) and restart the Docker daemon:
|
||||
|
||||
Reference in New Issue
Block a user