/docker-influxdb

InfluxDB container

Primary LanguageShell

InfluxDB Dockerfile

This repository contains Dockerfile of InfluxDB for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull puckel/docker-influxdb

Alternatively, you can build an image from Dockerfile

Usage

    docker run -d \
        --name influxdb \
        -p 8083:8083 \
        -p 8086:8086 \
        -p 8090:8090 \
        -p 25826:25826/udp \
        puckel/docker-influxdb

After few seconds, open http://localhost:8083/ (credentials : root/root) to see the result.

Note : A collectd database is automatically created.