github.com/smintz/nomad@v0.8.3/website/source/docs/drivers/custom.html.md (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Drivers: Custom"
     4  sidebar_current: "docs-drivers-custom"
     5  description: |-
     6    Create custom task drivers for Nomad.
     7  ---
     8  
     9  # Custom Drivers
    10  
    11  Nomad does not currently support pluggable task drivers, however the
    12  interface that a task driver must implement is minimal. In the short term,
    13  custom drivers can be implemented in Go and compiled into the binary,
    14  however in the long term we plan to expose a plugin interface such that
    15  task drivers can be dynamically registered without recompiling the Nomad binary.
    16