diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-04-14 18:43:24 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-15 13:17:37 -0700 |
commit | 0e00a7d2da990ef8bd846c19c9a286539ad819a3 (patch) | |
tree | f6c62aba9b68aca0f4ba2eb5610e2604c6a79d1b /content/docs/user_guide/oci.md | |
parent | 676d4dc5a31ac9e2edec8cd1ee051f61606c66a7 (diff) |
Add some basic questions to the FAQ
- Adds some basic questions and answers to the FAQ about supported CPU
architectures and binary formats.
- Adds a variable and shortcode for the minimium required Linux version.
Diffstat (limited to 'content/docs/user_guide/oci.md')
-rw-r--r-- | content/docs/user_guide/oci.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/docs/user_guide/oci.md b/content/docs/user_guide/oci.md index bc605ad44..cfde696e9 100644 --- a/content/docs/user_guide/oci.md +++ b/content/docs/user_guide/oci.md @@ -7,6 +7,8 @@ container using the runtime directly with the default platform. ## Install gVisor +> Note: gVisor supports only x86\_64 and requires Linux {{< required_linux >}}. + {{% readfile file="docs/includes/install_gvisor.md" markdown="true" %}} ## Run an OCI compatible container |