Files
nomad/website/source/docs/drivers/external/index.html.md
Eduardo Arango 42f867aa54 list singularity as a community driver
Signed-off-by: Eduardo Arango <eduardo@sylabs.io>
2019-04-12 12:59:31 -05:00

27 lines
795 B
Markdown

---
layout: "docs"
page_title: "Task Driver Plugins: Community Supported"
sidebar_current: "docs-drivers-community"
description: |-
A list of community supported Task Driver Plugins.
---
# Community Supported
If you have authored a task driver plugin that you believe will be useful to the
broader Nomad community and you are committed to maintaining the plugin, please
file a PR to add your plugin to this page.
## Task Driver Plugins
Nomad has a plugin system for defining task drivers. External task driver
plugins will have the same user experience as built in drivers.
Below is a list of community-supported task drivers you can use with Nomad:
- [LXC][lxc]
- [Singularity][singularity]
[lxc]: /docs/drivers/external/lxc.html
[singularity]: /docs/drivers/external/singularity.html