github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/plugins/drivers/community/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Task Driver Plugins: Community Supported' 4 description: A list of community supported Task Driver Plugins. 5 --- 6 7 # Community Supported 8 9 If you have authored a task driver plugin that you believe will be useful to the 10 broader Nomad community and you are committed to maintaining the plugin, please 11 file a PR to add your plugin to this page. 12 13 For details on authoring a task driver plugin, please refer to the [plugin 14 authoring guide][plugin_guide]. 15 16 ## Task Driver Plugins 17 18 Nomad has a plugin system for defining task drivers. External task driver 19 plugins will have the same user experience as built in drivers. 20 21 Below is a list of community-supported task drivers you can use with Nomad: 22 23 - [containerd][nomad-driver-containerd] 24 - [Firecracker][firecracker-task-driver] 25 - [Jail task driver][jail-task-driver] 26 - [Lightrun][lightrun] 27 - [LXC][lxc] 28 - [Pot][pot] 29 - [Rkt][rkt] 30 - [Rookout][rookout] 31 - [Singularity][singularity] 32 - [systemd-nspawn][nspawn-driver] 33 - [Windows IIS][nomad-driver-iis] 34 35 [rookout]: /plugins/drivers/community/rookout 36 [lxc]: /plugins/drivers/community/lxc 37 [rkt]: /plugins/drivers/community/rkt 38 [plugin_guide]: /docs/concepts/plugins 39 [singularity]: /plugins/drivers/community/singularity 40 [jail-task-driver]: /plugins/drivers/community/jail-task-driver 41 [pot]: /plugins/drivers/community/pot 42 [firecracker-task-driver]: /plugins/drivers/community/firecracker-task-driver 43 [nspawn-driver]: /plugins/drivers/community/nspawn 44 [nomad-driver-iis]: /plugins/drivers/community/iis 45 [nomad-driver-containerd]: /plugins/drivers/community/containerd 46 [lightrun]: /plugins/drivers/community/lightrun