https://github.com/eacontang/docker-opentsdb
Ready-to-run OpenTSDB image.
https://github.com/eacontang/docker-opentsdb
docker dockerfile opentsdb
Last synced: about 1 month ago
JSON representation
Ready-to-run OpenTSDB image.
- Host: GitHub
- URL: https://github.com/eacontang/docker-opentsdb
- Owner: EaconTang
- Created: 2017-08-15T08:26:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:14:59.000Z (over 8 years ago)
- Last Synced: 2025-03-16T13:16:21.049Z (over 1 year ago)
- Topics: docker, dockerfile, opentsdb
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-opentsdb
[]()
**Ready-to-run OpenTSDB image.**
## Usage
To build image from Dockerfile:
```
cd && 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](https://hub.docker.com/r/eacon/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").