github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/operating-a-job/external/index.html.md (about) 1 --- 2 layout: "guides" 3 page_title: "External Plugins" 4 sidebar_current: "guides-external" 5 description: |- 6 External plugins guides list 7 --- 8 9 ## External Plugins 10 11 Starting with Nomad 0.9, task and device drivers are now pluggable. This gives 12 users the flexibility to introduce their own drivers by providing a binary 13 rather than having to fork Nomad to make code changes to it. See the navigation 14 menu on the left or the list below for guides on how to use some of the external 15 drivers available for Nomad. 16 17 - [LXC][lxc] 18 19 [lxc]: /guides/operating-a-job/external/lxc.html