summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-05-03 23:26:34 -0700
committerShentubot <shentubot@google.com>2018-05-03 23:27:22 -0700
commit3ea6805e5443bb748797ba272d5d288df8c9a7e1 (patch)
treed30ea4433cfe391f6362d2030e9d5f10989dac37 /README.md
parentc186ebb62a6005288d83feed0e43cca9f0577383 (diff)
Add common docker error when version is wrong
Also updated gofer image with more accurate boundaries. PiperOrigin-RevId: 195373809 Change-Id: Id91f31fedf33db43a20bd678c1ca7d19287e85ff
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 525b83e43..a4f883ed2 100644
--- a/README.md
+++ b/README.md
@@ -188,8 +188,8 @@ cd gvisor
Build and install the `runsc` binary.
-It is important to copy this binary to some place that is accessible to all
-users, since `runsc` executes itself as user `nobody` to avoid unnecessary
+**It is important to copy this binary to some place that is accessible to all
+users**, since `runsc` executes itself as user `nobody` to avoid unnecessary
privileges. The `/usr/local/bin` directory is a good choice.
```
@@ -377,6 +377,11 @@ find a container that doesn’t work and there is no known issue, please [file a
bug][bug] indicating the full command you used to run the image. Providing the
debug logs is also helpful.
+### When I run my container, docker fails with `flag provided but not defined: -console`
+
+You're using an old version of Docker. Refer to the
+[Requirements](#requirements) section for the minimum version supported.
+
### 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