Skip to content

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

License

Notifications You must be signed in to change notification settings

MohawkTSDB/mohawk-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages