Fix required Linux version in networking docs.

PiperOrigin-RevId: 386093826
This commit is contained in:
Ian Lewis
2021-07-21 14:19:59 -07:00
committed by gVisor bot
parent a89b2f005b
commit c259978dbd
+1 -1
View File
@@ -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: