github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/docs/devices/community.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Device Plugins: Community Supported" 4 sidebar_current: "docs-devices-community" 5 description: |- 6 A list of community supported Device Plugins. 7 --- 8 9 # Community Supported 10 11 If you have authored a device 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 ## Authoring Device Plugins 16 17 Nomad has a plugin system for defining device drivers. External device plugins 18 will have the same user experience as built in drivers. For details on 19 authoring a device plugin, please refer to the [plugin authoring 20 guide][plugin_guide]. 21 22 [plugin_guide]: /docs/internals/plugins/index.html