Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 711 Bytes

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").