diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-03-30 00:09:15 -0400 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2019-04-02 16:11:39 -0700 |
commit | 2dfedb485cf4a853e051e64302d123b82cbd38d7 (patch) | |
tree | 0edf5780343e9d2703164a9137a90a2cc79e018f /content/docs | |
parent | dd78367cab39d34c6e02646e22421a0eb784f031 (diff) |
Make FAQ questions a bit smaller
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/user_guide/FAQ.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md index b94b93b1f..b0d0cd4a2 100644 --- a/content/docs/user_guide/FAQ.md +++ b/content/docs/user_guide/FAQ.md @@ -2,17 +2,18 @@ title = "FAQ" weight = 1000 +++ -## My container runs fine with `runc` but fails with `runsc` + +### 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 to a compatibility issue or a missing feature in gVisor. See [Debugging](../debugging/). -## When I run my container, docker fails with: `flag provided but not defined: -console` +### When I run my container, docker fails with: `flag provided but not defined: -console` You're using an old version of Docker. See [Docker Quick Start](../docker/). -## I can’t see a file copied with: `docker cp` +### I can’t see a file copied with: `docker cp` For performance reasons, gVisor caches directory contents, and therefore it may not realize a new file was copied to a given directory. To invalidate the cache @@ -27,10 +28,10 @@ sandbox, and thus gVisor cache is aware of the new files and dirs. There are also different filesystem modes that can be used to avoid this issue. See [Filesystem](../filesystem/). -## What's the security model? +### What's the security model? See the [Security Model](../../architecture_guide/security/). -## What's the expected performance? +### What's the expected performance? See the [Performance Guide](../../architecture_guide/performance/). |