summaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-05-03 11:57:01 -0400
committerIan Lewis <ianlewis@google.com>2019-05-15 11:05:06 +0900
commita802b27eae41f157d8fd5d8aa4272f11c0c7e301 (patch)
tree00b48b9b15723cd1b9c2bc3a62c7a7405e65316c /content
parenta9c30c15a23a107775ea27ab0acee6cb4b414be9 (diff)
Add direct link to create compatibility issue.
- Direct link to create compatibility bug. - Add link to open compatibility issues.
Diffstat (limited to 'content')
-rw-r--r--content/docs/user_guide/compatibility/_index.md6
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