From a1e5862f3c7b0a3baabee2311d3d519d322a0168 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 17 May 2018 23:21:47 -0700 Subject: [PATCH] Move postgres to list of supported images PiperOrigin-RevId: 197104043 Change-Id: I377c0727ebf0c44361ed221e1b197787825bfb7b --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bef83861..7b74f7637 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ The following applications/images have been tested: * mysql * node * php +* postgres * prometheus * python * redis @@ -385,8 +386,6 @@ The following applications have been tested and may not yet work: #2](https://github.com/google/gvisor/issues/2). * nginx: Requires `ioctl(FIOASYNC)`, but see workaround in [bug #1](https://github.com/google/gvisor/issues/1). -* postgres: Requires SysV shared memory support. See [bug - #3](https://github.com/google/gvisor/issues/3). ### Will my container work with gVisor?