https://github.com/eacontang/docker-opentsdb
Ready-to-run OpenTSDB image.
https://github.com/eacontang/docker-opentsdb
docker dockerfile opentsdb
Last synced: 7 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:14:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T00:45:43.047Z (9 months ago)
- Topics: docker, dockerfile, opentsdb
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- 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").