Compatibility issues while running applications in gVisor are rare; a large majority of workloads, including those not listed on this page, will "just work."
Below is a small (but growing) sample of applications that are known to work in gVisor.
This is a best-effort list, not a guarantee that applications marked "Compatible" are fully functional.
If you notice an issue, contributions to this list are welcome! Please open a pull request on GitHub.
{% assign sorted_items = cat.items | sort_natural: "name" %}
{% for item in sorted_items %}
{{ item.name }}{% if item.version and item.version != '' %}Latest version tested: {{ item.version }}{% endif %}{% if item.version and item.version != '' and item.test_source and item.test_source != '' %}. {% endif %}{% if item.test_source and item.test_source != '' %}Testing methodology{% endif %}
{% case item.verdict %}
{% when 'yes' %}
Compatible
{% when 'partial' %}
Partial
{% when 'experimental' %}
Experimental
{% when 'coming-soon' %}
Coming Soon
{% when 'no' %}
Not compatible
{% endcase %}