File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ network stack. Data link layer packets are written directly to the virtual
9
9
device inside the network namespace setup by Docker or Kubernetes.
10
10
11
11
Configuring the network stack may provide performance benefits, but isn't the
12
- only step to optimizing gVisor performance. See the [ Production guide] for more.
12
+ only step to optimizing gVisor performance. See the
13
+ [ Production guide] [ Production guide ] for more.
13
14
14
15
The IP address and routes configured for the device are transferred inside the
15
16
sandbox. The loopback device runs exclusively inside the sandbox and does not
@@ -86,3 +87,4 @@ Offload (GSO) to run with a kernel that is newer than 3.17. Add the
86
87
```
87
88
88
89
[ netstack ] : /docs/architecture_guide/networking/
90
+ [ Production guide ] : /docs/user_guide/production/
You can’t perform that action at this time.
0 commit comments