diff options
Diffstat (limited to 'content/docs/user_guide/oci.md')
-rw-r--r-- | content/docs/user_guide/oci.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/docs/user_guide/oci.md b/content/docs/user_guide/oci.md index cfde696e9..288575fc4 100644 --- a/content/docs/user_guide/oci.md +++ b/content/docs/user_guide/oci.md @@ -7,7 +7,8 @@ container using the runtime directly with the default platform. ## Install gVisor -> Note: gVisor supports only x86\_64 and requires Linux {{< required_linux >}}. +> Note: gVisor supports only x86\_64 and requires Linux {{< required_linux >}} +> ([older Linux][old-linux]). {{% readfile file="docs/includes/install_gvisor.md" markdown="true" %}} @@ -47,3 +48,4 @@ sudo runsc run hello Next try [running gVisor using Docker](../docker/). [oci]: https://opencontainers.org/ +[old-linux]: /docs/user_guide/networking/#gso |