https://github.com/ildus/docker-influxdb-min
Minimum docker image from busybox for influxdb
https://github.com/ildus/docker-influxdb-min
Last synced: 5 months ago
JSON representation
Minimum docker image from busybox for influxdb
- Host: GitHub
- URL: https://github.com/ildus/docker-influxdb-min
- Owner: ildus
- Fork: true (allen13/docker-influxdb-min)
- Created: 2016-04-13T01:25:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T21:13:57.000Z (almost 11 years ago)
- Last Synced: 2025-10-13T12:55:51.771Z (9 months ago)
- Language: Go
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
####DockerHub repo
docker pull allen13/influxdb-min
####Minimum docker image from busybox for influxdb
* Total size: 18.02 MB
* See [Create The Smallest Possible Docker Container](http://blog.xebia.com/2014/07/04/create-the-smallest-possible-docker-container/)
* Influxdb docker image referenced from: [tutum-docker-influxdb](https://github.com/tutumcloud/tutum-docker-influxdb)
It builds two images, first influxdb-build, and then influxdb-min by running influxdb-build.
You should see some outputs similar to:
...
Successfully built c2a85185ca6f
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
influxdb-min latest c0f1eba0f177 7 minutes ago 18.02 MB
influxdb-build latest 65fe5c5e641b 7 minutes ago 1.526 GB
####Runtime configuration templating through environment variables
Currently supported variables:
docker run -d \
-e SEED="master:8090" \
-e REPLICATION_FACTOR="2" \
-e HOSTNAME="localhost" \
influxdb-min
Add more substitutions to run_influxdb as needed.
####Interacting with the image locally
Use the Makefile for convienient local interactions:
- **make or make build** - build image
- **make deploy** - detached image deploy
- **make test** - test deployed image
- **make destroy** - destroy deployed image
- **make shell** - go interactive with the ash shell