Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.1 KB

Nomad driver for Docker

greut/nomad-driver-docker codecov

Requires Noma(d): a Nomad without Docker.

Goals

The Nomad project seems very hard to maintain as some dependencies are conflicting with each other. Docker appears to be the biggest cause of this state of affair. This projects experiments a standalone driver for Docker.

The bundled docker provider is built against fsouza/go-dockerclient which predates the official Docker client (do not use the online documentation but a local godoc instance).

Non-goals

  • Windows support

Usage

plugin_dir = "/.../nomad-driver-docker/"

plugin "nomad-driver-docker" {}