8000 GitHub - hendrikmaus/nomad-cli: Containerized nomad-cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hendrikmaus/nomad-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

nomad-cli

Docker image with Nomad inside of it to be used as CLI tool.

This image is unofficial and not intended to run Nomad agents; it is supposed to be a utility container for deployment pipelines.

Usage

docker run \
    -v ${PWD}/service.nomad:/service.nomad \
    hendrikmaus/nomad-cli \
    nomad run \
    -address=http://your-nomad:4646 \
    service.nomad

Dockerhub

You can find the images on Dockerhub https://hub.docker.com/r/hendrikmaus/nomad-cli/

About

Containerized nomad-cli

Topics

Resources

Stars

Watchers

Forks

0