Add direct link to create compatibility issue.

- Direct link to create compatibility bug.
- Add link to open compatibility issues.
This commit is contained in:
Ian Lewis 2019-05-03 11:57:01 -04:00 committed by Ian Lewis
parent a9c30c15a2
commit a802b27eae
1 changed files with 4 additions and 2 deletions

View File

@ -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 doesnt 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