Make FAQ questions a bit smaller

This commit is contained in:
Ian Lewis
2019-04-02 16:11:39 -07:00
committed by Adin Scannell
parent dd78367cab
commit 2dfedb485c
+6 -5
View File
@@ -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 youre having problems running a container with `runsc` its 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 cant see a file copied with: `docker cp`
### I cant 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/).