summaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-03-26 20:27:48 -0400
committerFabricio Voznika <fvoznika@gmail.com>2020-03-27 09:05:04 -0700
commit2c352437734f17e1c051a7a801e501a302635db2 (patch)
tree726cf08817292c8f5107a7931bf18f44e9dccad1 /content
parent4b0eaecb71c65465d5df39ac4bcadbe5a501c550 (diff)
Updated custom header ids
Diffstat (limited to 'content')
-rw-r--r--content/docs/user_guide/FAQ.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md
index bd27fb773..298377b7a 100644
--- a/content/docs/user_guide/FAQ.md
+++ b/content/docs/user_guide/FAQ.md
@@ -7,7 +7,7 @@ weight = 1000
gVisor requires Linux {{< required_linux >}} ([older Linux][old-linux]).
-### What CPU architectures are supported? {#supported-cpu}
+### What CPU architectures are supported? {#supported-cpus}
gVisor currently supports [x86_64/AMD64](https://en.wikipedia.org/wiki/X86-64)
compatible processors.
@@ -16,7 +16,7 @@ compatible processors.
No. gVisor is capable of running unmodified Linux binaries.
-### What binary formats does gVisor support? {#supported-binary}
+### What binary formats does gVisor support? {#supported-binaries}
gVisor supports Linux
[ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) binaries.
@@ -50,7 +50,7 @@ gVisor requires Linux {{< required_linux >}} ([older Linux][old-linux]).
This is tracked in [bug #268](https://gvisor.dev/issue/268).
-### When I run my container, docker fails with: `flag provided but not defined: -console` {#docker-old}
+### When I run my container, docker fails with: `flag provided but not defined: -console` {#old-docker}
You're using an old version of Docker. See [Docker Quick Start][docker].