antonioua / longhorn-cli

longhorn-cli allows automate some routine tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

longhorn-cli

longhorn-cli allows to automate your routine tasks by using it inside your automation.

Run locally

go run main.go --help
go run main.go -a http://127.0.0.1:8888/v1 volumes fstrim

Run from container image

docker run --rm -ti xdesigns/longhorn-cli:latest -h
docker run --rm -ti xdesigns/longhorn-cli:latest -a http://127.0.0.1:8888/v1 volumes fstrim

Image builds can be found on Dockerhub

Development

Build Docker image

BUILD_TAG=<your_tag>
CONTAINER_REPO=<your_container_repo>
docker build -t $CONTAINER_REPO:$BUILD_TAG .
docker push $CONTAINER_REPO:$BUILD_TAG

About

longhorn-cli allows automate some routine tasks

License:Other


Languages

Language:Go 82.4%Language:Dockerfile 17.6%