Move postgres to list of supported images

PiperOrigin-RevId: 197104043
Change-Id: I377c0727ebf0c44361ed221e1b197787825bfb7b
This commit is contained in:
Fabricio Voznika 2018-05-17 23:21:47 -07:00 committed by Shentubot
parent b960559fdb
commit a1e5862f3c
1 changed files with 1 additions and 2 deletions

View File

@ -370,6 +370,7 @@ The following applications/images have been tested:
* mysql * mysql
* node * node
* php * php
* postgres
* prometheus * prometheus
* python * python
* redis * redis
@ -385,8 +386,6 @@ The following applications have been tested and may not yet work:
#2](https://github.com/google/gvisor/issues/2). #2](https://github.com/google/gvisor/issues/2).
* nginx: Requires `ioctl(FIOASYNC)`, but see workaround in [bug * nginx: Requires `ioctl(FIOASYNC)`, but see workaround in [bug
#1](https://github.com/google/gvisor/issues/1). #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? ### Will my container work with gVisor?