Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lhaig/docker-nomad

Docker CLI plugin to interact with Nomad
https://github.com/lhaig/docker-nomad

Last synced: about 1 month ago
JSON representation

Docker CLI plugin to interact with Nomad

Awesome Lists containing this project

README

        

# docker-nomad cli plugin

This plugin will let you interact with your nomad cluster via the docker command.

For example.

```bash
docker nomad -version
```

## Installation

### Install nomad
add nomad to your systema PATH so the plugin can find it.

Download the plugin binary that is relevant to your operating system and add it to your cli-plugins directory

### OSX
~/.docker/cli-plugins

it should "just work"