Files
nomad/website/content/plugins/drivers/community/index.mdx
Ashlee M Boyer 3444ece549 docs: Migrate link formats (#15779)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* chore: updates link checker workflow hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 09:31:14 -08:00

47 lines
1.7 KiB
Plaintext

---
layout: docs
page_title: 'Task Driver Plugins: Community Supported'
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.
For details on authoring a task driver plugin, please refer to the [plugin
authoring guide][plugin_guide].
## 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:
- [containerd][nomad-driver-containerd]
- [Firecracker][firecracker-task-driver]
- [Jail task driver][jail-task-driver]
- [Lightrun][lightrun]
- [LXC][lxc]
- [Pot][pot]
- [Rkt][rkt]
- [Rookout][rookout]
- [Singularity][singularity]
- [systemd-nspawn][nspawn-driver]
- [Windows IIS][nomad-driver-iis]
[rookout]: /nomad/plugins/drivers/community/rookout
[lxc]: /nomad/plugins/drivers/community/lxc
[rkt]: /nomad/plugins/drivers/community/rkt
[plugin_guide]: /nomad/docs/concepts/plugins
[singularity]: /nomad/plugins/drivers/community/singularity
[jail-task-driver]: /nomad/plugins/drivers/community/jail-task-driver
[pot]: /nomad/plugins/drivers/community/pot
[firecracker-task-driver]: /nomad/plugins/drivers/community/firecracker-task-driver
[nspawn-driver]: /nomad/plugins/drivers/community/nspawn
[nomad-driver-iis]: /nomad/plugins/drivers/community/iis
[nomad-driver-containerd]: /nomad/plugins/drivers/community/containerd
[lightrun]: /nomad/plugins/drivers/community/lightrun