summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-08-22 09:47:20 -0700
committerShentubot <shentubot@google.com>2018-08-22 09:48:26 -0700
commit3c5ec25f1cfb08b73c68c5bb12609cf7915c3025 (patch)
tree97746285c01d6de07762050b16f01f5ace072de3 /README.md
parente2ab7ec39e500627126fe8be8e37400711410cde (diff)
Mark postgres as not supported
See https://github.com/google/gvisor/issues/88 PiperOrigin-RevId: 209780532 Change-Id: Iff8004474020511503a0a5cd2cdba2b512c327ef
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a921b3e9f..30ac4e307 100644
--- a/README.md
+++ b/README.md
@@ -394,7 +394,6 @@ The following applications/images have been tested:
* nginx
* node
* php
-* postgres
* prometheus
* python
* redis
@@ -402,6 +401,13 @@ 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:
+
+* postgres: Requires unimplemented sync_file_range. See
+ [bug #2](https://github.com/google/gvisor/issues/88).
+
### 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