open-nomad/website/source/docs/drivers/custom.html.md

17 lines
535 B
Markdown
Raw Normal View History

2015-09-12 00:01:02 +00:00
---
layout: "docs"
2015-09-19 19:18:08 +00:00
page_title: "Drivers: Custom"
sidebar_current: "docs-drivers-custom"
2015-09-12 00:01:02 +00:00
description: |-
2015-09-20 22:31:33 +00:00
Create custom task drivers for Nomad.
2015-09-12 00:01:02 +00:00
---
2015-09-19 19:18:08 +00:00
# Custom Drivers
2015-09-12 00:01:02 +00:00
2015-09-20 22:31:33 +00:00
Nomad does not currently support pluggable task drivers, however the
interface that a task driver must implement is minimal. In the short term,
custom drivers can be implemented in Go and compiled into the binary,
however in the long term we plan to expose a plugin interface such that
task drivers can be dynamically registered without recompiling the Nomad binary.
2015-09-12 00:01:02 +00:00