Skip to content

EaconTang/docker-opentsdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

docker-opentsdb

Docker Automated build

Ready-to-run OpenTSDB image.

Usage

To build image from Dockerfile:

cd <path-to-Dockerfile> && docker build -t eacon/docker-opentsdb:latest .

To run image:

docker run -d -p 4242:4242 --name opentsdb eacon/docker-opentsdb

Supported tags:

  • latest(default to 2.3)
  • 2.3

DockerHub

This image is published on docker hub(docker-opentsdb), each push into this repo will trigger its automated build, so your Pull Requests are welcome!
By default, the branch name would be image's tag(master would be "lastest").

About

Ready-to-run OpenTSDB image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages