diff options
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 61858aa81..4e744b2c2 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -6,7 +6,8 @@ gVisor implements a large portion of the Linux surface and while we strive to make it broadly compatible, there are (and always will be) unimplemented features and bugs. The only real way to know if it will work is to try. If you find a container that doesn’t work and there is no known issue, please [file a -bug][bug] indicating the full command you used to run the image. +bug][bug] indicating the full command you used to run the image. You can view +open issues related to compatibility [here][issues]. If you're able to provide the [debug logs](../debugging/), the problem likely to be fixed much faster. @@ -35,4 +36,5 @@ The following applications/images have been tested: * tomcat * wordpress -[bug]: https://github.com/google/gvisor/issues +[bug]: https://github.com/google/gvisor/issues/new?title=Compatibility%20Issue: +[issues]: https://github.com/google/gvisor/issues?q=is%3Aissue+is%3Aopen+label%3A%22area%3A+compatibility%22 |