mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
* Docs SEO: task drivers and plugins; refactor virt section * add redirects for virt driver files * Some updates. committing rather than stashing * fix content-check errors * Remove docs/devices/ and redirect to plugins/devices * Update docs/drivers descriptions * Move USB device plugin up a level. Finish descriptions. * Apply suggestions from Jeff's code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> * Apply title case suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> * apply title case suggestions; fix indentation --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Community task driver plugins
|
|
description: Learn about the community-supported task driver plugins that extend Nomad job features. Review installation, usage, and reference information for containerd, Firecracker, Jail, Pledge, Pot, Rookout, Singularity, system-nspawn, and Windows IIS task driver plugins.
|
|
---
|
|
|
|
# Community task driver plugins
|
|
|
|
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.
|
|
|
|
The following 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]
|
|
- [Pledge][pledge]
|
|
- [Pot][pot]
|
|
- [Rookout][rookout]
|
|
- [Singularity][singularity]
|
|
- [systemd-nspawn][nspawn-driver]
|
|
- [Windows IIS (nomad-driver-iis)][nomad-driver-iis]
|
|
- [Windows IIS (nomad-iis)][nomad-iis]
|
|
|
|
[rookout]: /nomad/plugins/drivers/community/rookout
|
|
[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-iis]: /nomad/plugins/drivers/community/nomad-iis
|
|
[nomad-driver-containerd]: /nomad/plugins/drivers/community/containerd
|
|
[lightrun]: /nomad/plugins/drivers/community/lightrun
|
|
[pledge]: /nomad/plugins/drivers/community/pledge
|
|
|