diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-07-02 12:50:37 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-02 12:51:38 -0700 |
commit | fa64c2a1517d20c08447bb2230f2903ec3baade9 (patch) | |
tree | 0903ae1d6182a2b74f3624f97323b3c744c34ef9 /README.md | |
parent | 7f9c822f536fb6095ab25f5ae738f3e45855ce43 (diff) |
Make default limits the same as with runc
Closes #2
PiperOrigin-RevId: 202997196
Change-Id: I0c9f6f5a8a1abe1ae427bca5f590bdf9f82a6675
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 14 insertions, 20 deletions
@@ -361,10 +361,20 @@ Then restart the Docker daemon. ## FAQ & Known Issues +### Will my container work with gVisor? + +gVisor implements a large portion of the Linux surface and while we strive to +make it broadly compatible, there are (and always will be) unimplemented +features and bugs. The only real way to know if it will work is to try. If you +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. + ### What works? The following applications/images have been tested: +* elasticsearch * golang * httpd * java8 @@ -384,33 +394,17 @@ The following applications/images have been tested: * tomcat * wordpress -### What doesn't work yet? - -The following applications have been tested and may not yet work: - -* elasticsearch: Requires unimplemented socket ioctls. See [bug - #2](https://github.com/google/gvisor/issues/2). - -### Will my container work with gVisor? +### My container runs fine with *runc* but fails with *runsc*. -gVisor implements a large portion of the Linux surface and while we strive to -make it broadly compatible, there are (and always will be) unimplemented -features and bugs. The only real way to know if it will work is to try. If you -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. +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**, +above. ### 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 -to a compatibility issue or a missing feature in gVisor. See **Debugging**, -above. - ### I can’t see a file copied with `docker cp` or `kubectl cp`. For performance reasons, gVisor caches directory contents, and therefore it may |