mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
20 lines
554 B
Markdown
20 lines
554 B
Markdown
---
|
|
layout: "guides"
|
|
page_title: "External Plugins"
|
|
sidebar_current: "guides-external"
|
|
description: |-
|
|
External plugins guides list
|
|
---
|
|
|
|
## External Plugins
|
|
|
|
Starting with Nomad 0.9, task and device drivers are now pluggable. This gives
|
|
users the flexibility to introduce their own drivers by providing a binary
|
|
rather than having to fork Nomad to make code changes to it. See the navigation
|
|
menu on the left or the list below for guides on how to use some of the external
|
|
drivers available for Nomad.
|
|
|
|
- [LXC][lxc]
|
|
|
|
[lxc]: /guides/external/lxc.html
|