mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
* create plugin author guide; remove concepts/plugins * style guide; update links * update cni redirect * move host-volume plugin to /plugins/. Add arch host volume content. * Apply Jeff's style guide updates Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> * Create Base plugin API section, link to BasePlugin interface --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
16 lines
437 B
Plaintext
16 lines
437 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.
|
|
|