github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/docs/devices/external/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Device Plugins: Community Supported'
     4  sidebar_title: Community
     5  description: A list of community supported Device Plugins.
     6  ---
     7  
     8  # Community Supported
     9  
    10  If you have authored a device 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  ## Device Plugins
    15  
    16  Nomad has a plugin system for defining task drivers. External device driver
    17  plugins will have the same user experience as built in devices.
    18  
    19  Below is a list of community-supported task drivers you can use with Nomad:
    20  
    21  - [USB][usb]
    22  
    23  ## Authoring Device Plugins
    24  
    25  Nomad has a plugin system for defining device drivers. External device plugins
    26  will have the same user experience as built in drivers. For details on
    27  authoring a device plugin, please refer to the [plugin authoring
    28  guide][plugin_guide].
    29  
    30  [plugin_guide]: /docs/internals/plugins
    31  [usb]: /docs/devices/external/usb