opentsdb-docker icon indicating copy to clipboard operation
opentsdb-docker copied to clipboard

Files required to make a trusted opentsdb Docker such that opentsdb can be used for other projects (e.g. scollector)

Results 5 opentsdb-docker issues
Sort by recently updated
recently updated
newest added

@PeterGrace Hello! Could you check PR?

Stop grace period is increased to 5 min in the compose config files. Description is also updated.

I want to build the docker image by using docker build -t my-opentsb . unfortunately I get the error message ``` The command '/bin/sh -c apk add --virtual builddeps ${BUILD_PACKAGES}...

When I run the image 'petergrace/opentsdb-docker' using below command `➜ ~ docker run -dp 4242:4242 -u 100 petergrace/opentsdb-docker` Opentsdb is not accessible at `127.0.0.1:4242` and below are the docker logs....