Add FAQ about Linux version.

This commit is contained in:
Ian Lewis
2019-06-27 07:49:12 +09:00
committed by Ian Lewis
parent 3495407789
commit 82b3d5ffd3
+7
View File
@@ -35,6 +35,13 @@ If youre having problems running a container with `runsc` its most likely
to a compatibility issue or a missing feature in gVisor. See
[Debugging](../debugging/).
### When I run my container, docker fails with `open /run/containerd/.../<containerid>/log.json: no such file or directory`.
You are using an older version of Linux which doesn't support `memfd_create`.
gVisor requires Linux {{< required_linux >}} ([older Linux][old-linux]).
[comment]: # (TODO[gvisor.dev/issue/268] remove when better error messages are implemented.)
### 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/).