2019-01-29 20:53:05 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
2019-04-10 20:56:38 +00:00
|
|
|
page_title: "Task Driver Plugins: Community Supported"
|
|
|
|
sidebar_current: "docs-drivers-community"
|
2019-01-29 20:53:05 +00:00
|
|
|
description: |-
|
2019-04-10 20:56:38 +00:00
|
|
|
A list of community supported Task Driver Plugins.
|
2019-01-29 20:53:05 +00:00
|
|
|
---
|
|
|
|
|
2019-04-10 20:56:38 +00:00
|
|
|
# Community Supported
|
2019-01-29 20:53:05 +00:00
|
|
|
|
2019-04-10 20:56:38 +00:00
|
|
|
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.
|
2019-01-29 20:53:05 +00:00
|
|
|
|
2019-05-07 17:40:22 +00:00
|
|
|
For details on authoring a task driver plugin, please refer to the [plugin
|
|
|
|
authoring guide][plugin_guide].
|
|
|
|
|
2019-04-10 20:56:38 +00:00
|
|
|
## Task Driver Plugins
|
|
|
|
|
|
|
|
Nomad has a plugin system for defining task drivers. External task driver
|
2019-04-12 17:59:31 +00:00
|
|
|
plugins will have the same user experience as built in drivers.
|
2019-04-10 20:56:38 +00:00
|
|
|
|
|
|
|
Below is a list of community-supported task drivers you can use with Nomad:
|
2019-01-29 20:53:05 +00:00
|
|
|
|
|
|
|
- [LXC][lxc]
|
2019-04-12 17:59:31 +00:00
|
|
|
- [Singularity][singularity]
|
2019-07-11 17:43:16 +00:00
|
|
|
- [Jail task driver][jail-task-driver]
|
2019-09-24 13:22:04 +00:00
|
|
|
- [Pot][pot]
|
2019-01-29 20:53:05 +00:00
|
|
|
|
2019-04-12 17:59:31 +00:00
|
|
|
[lxc]: /docs/drivers/external/lxc.html
|
2019-05-07 17:40:22 +00:00
|
|
|
[plugin_guide]: /docs/internals/plugins/index.html
|
2019-04-12 17:59:31 +00:00
|
|
|
[singularity]: /docs/drivers/external/singularity.html
|
2019-07-11 17:43:16 +00:00
|
|
|
[jail-task-driver]: /docs/drivers/external/jail-task-driver.html
|
2019-09-24 13:22:04 +00:00
|
|
|
[pot]: /docs/drivers/external/pot.html
|