github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/docs/drivers/external/index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Task Driver Plugins: Community Supported" 4 sidebar_current: "docs-drivers-community" 5 description: |- 6 A list of community supported Task Driver Plugins. 7 --- 8 9 # Community Supported 10 11 If you have authored a task driver plugin that you believe will be useful to the 12 broader Nomad community and you are committed to maintaining the plugin, please 13 file a PR to add your plugin to this page. 14 15 For details on authoring a task driver plugin, please refer to the [plugin 16 authoring guide][plugin_guide]. 17 18 ## Task Driver Plugins 19 20 Nomad has a plugin system for defining task drivers. External task driver 21 plugins will have the same user experience as built in drivers. 22 23 Below is a list of community-supported task drivers you can use with Nomad: 24 25 - [LXC][lxc] 26 - [Singularity][singularity] 27 28 [lxc]: /docs/drivers/external/lxc.html 29 [plugin_guide]: /docs/internals/plugins/index.html 30 [singularity]: /docs/drivers/external/singularity.html