MohawkTSDB / mohawk-container

Mohawk metric data storage engine, this repository include scripts for the containerized version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mohawk-container

Mohawk metric data storage engine, this repository include scripts for the containerized version.

See Run on Kubernetes and OpenShift for information about running on Kubernetes and openshift.

# start docker server if not running
# sudo systemctl start docker

# build and tag
docker build -t yaacov/mohawk -f ./mohawk-container/Dockerfile ./
docker tag yaacov/mohawk docker.io/yaacov/mohawk:latest

# login
docker login

# push image
docker push docker.io/yaacov/mohawk:latest

# run image with storage "memory"
# assume we have server.key and server.pem in "../mohawk/" directory
docker run --name mohawk -e HAWKULAR_STORAGE="memory" \
           -v $(readlink -f ../mohawk/):/root/ssh:Z yaacov/mohawk:latest

About

Mohawk metric data storage engine, this repository include scripts for the containerized version.

License:Apache License 2.0


Languages

Language:Shell 100.0%