diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-05-17 23:21:47 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-17 23:22:40 -0700 |
commit | a1e5862f3c7b0a3baabee2311d3d519d322a0168 (patch) | |
tree | 20fa6eb00334e79c0c4667feef4f4146a72c8d1a /README.md | |
parent | b960559fdb9a22c986af11ba4e886ffb316a3574 (diff) |
Move postgres to list of supported images
PiperOrigin-RevId: 197104043
Change-Id: I377c0727ebf0c44361ed221e1b197787825bfb7b
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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? |