diff options
author | Michael Pratt <mpratt@google.com> | 2020-01-08 16:58:30 -0800 |
---|---|---|
committer | Fabricio Voznika <fvoznika@gmail.com> | 2020-01-09 09:27:53 -0800 |
commit | afbd4a130b3b49224b8c25a50d2bf1cfadd49ed3 (patch) | |
tree | da97414c7a0470cea0d4cfa71c5c84a9cd6aaeba /content/docs/user_guide | |
parent | 350657f6ac98ee00701182d5506bb2906b848b94 (diff) |
Use question marks for questions
Diffstat (limited to 'content/docs/user_guide')
-rw-r--r-- | content/docs/user_guide/FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md index 9a6a584cd..74acaa125 100644 --- a/content/docs/user_guide/FAQ.md +++ b/content/docs/user_guide/FAQ.md @@ -23,11 +23,11 @@ gVisor supports Linux 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. +### Can I run Docker images using gVisor? Yes. Please see the [Docker Quick Start][docker]. -### Can I run Kubernetes pods using gVisor. +### Can I run Kubernetes pods using gVisor? Yes. Please see the [Kubernetes Quick Start][k8s]. |