diff options
author | Michael Pratt <mpratt@google.com> | 2018-06-22 16:36:36 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-22 16:37:36 -0700 |
commit | 9c0c4fd8d05cca4905a0f8e4f391045566e4d401 (patch) | |
tree | bc3efa196bc8fc5ffdf5f91b4a0a9970bfcecdc6 /README.md | |
parent | 7c645ac27355a9d7016e0d5c74ce70eed2add600 (diff) |
Remove nginx failure note now that it works
Updates #1
PiperOrigin-RevId: 201760129
Change-Id: Ifd8ce9e0f93c6771083dc9bf8d35a2800c13481a
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -373,6 +373,7 @@ The following applications/images have been tested: * memcached * mongo * mysql +* nginx * node * php * postgres @@ -389,8 +390,6 @@ 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). -* nginx: Requires `ioctl(FIOASYNC)`, but see workaround in [bug - #1](https://github.com/google/gvisor/issues/1). ### Will my container work with gVisor? |