From a802b27eae41f157d8fd5d8aa4272f11c0c7e301 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 3 May 2019 11:57:01 -0400 Subject: Add direct link to create compatibility issue. - Direct link to create compatibility bug. - Add link to open compatibility issues. --- content/docs/user_guide/compatibility/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content/docs/user_guide') 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 -- cgit v1.2.3