mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Nomad plugins
|
|
description: Plugins extend Nomad's functionality.
|
|
---
|
|
|
|
# Nomad plugins
|
|
|
|
Plugins extend Nomad's functionality. Review configuration, installation, usage,
|
|
and reference information for device and task driver plugins that are not
|
|
bundled with Nomad.
|
|
|
|
Consult the [Plugin authoring guide](/nomad/plugins/author) for details on how
|
|
to create your own device, task driver, and host volume plugins.
|
|
|
|
## Configure plugin directories
|
|
|
|
@include 'plugins/config-dirs.mdx'
|