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