Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lhaig/docker-nomad
- Owner: lhaig
- Created: 2024-09-10T12:35:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:20:05.000Z (4 months ago)
- Last Synced: 2024-12-02T03:42:28.426Z (about 1 month ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-pluginsit should "just work"