summaryrefslogtreecommitdiffhomepage
path: root/content/docs/user_guide/FAQ.md
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-04-14 18:43:24 -0400
committerIan Lewis <ianlewis@google.com>2019-04-15 13:17:37 -0700
commit0e00a7d2da990ef8bd846c19c9a286539ad819a3 (patch)
treef6c62aba9b68aca0f4ba2eb5610e2604c6a79d1b /content/docs/user_guide/FAQ.md
parent676d4dc5a31ac9e2edec8cd1ee051f61606c66a7 (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/FAQ.md')
-rw-r--r--content/docs/user_guide/FAQ.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md
index 5e166ace3..da881f171 100644
--- a/content/docs/user_guide/FAQ.md
+++ b/content/docs/user_guide/FAQ.md
@@ -3,6 +3,32 @@ title = "FAQ"
weight = 1000
+++
+### What operating systems are supported?
+
+gVisor requires Linux {{< required_linux >}}.
+
+### What CPU architectures are supported?
+
+gVisor currently supports [x86_64/AMD64](https://en.wikipedia.org/wiki/X86-64)
+compatible processors.
+
+### Do I need to modify my Linux application to use gVisor?
+
+No. gVisor is capable of running unmodified Linux binaries.
+
+### What binary formats does gVisor support?
+
+gVisor supports Linux
+[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) binaries.
+Binaries run in gVisor should be built for the
+[AMD64](https://en.wikipedia.org/wiki/X86-64) CPU architecture.
+
+### Can I run Docker images using gVisor.
+
+Yes. Please see the [Docker Quick Start](/docs/user_guide/docker/).
+
+## Troubleshooting
+
### My container runs fine with `runc` but fails with `runsc`
If you’re having problems running a container with `runsc` it’s most likely due