Git Product home page Git Product logo

docker-influxdb-1's Introduction

aptible/influxdb

Docker Repository on Quay.io

InfluxDB, on top of Debian Stetch.

Installation and Usage

docker pull quay.io/aptible/influxdb:${VERSION:-latest}

This is an image conforming to the Aptible database specification. To run a server for development purposes, execute

docker create --name data quay.io/aptible/influxdb
docker run --volumes-from data -e USERNAME=aptible -e PASSPHRASE=pass -e DATABASE=db quay.io/aptible/influxdb --initialize
docker run --volumes-from data -P quay.io/aptible/influxdb

The first command sets up a data container named data which will hold the configuration and data for the database. The second command creates a InfluxDB instance with a username, passphrase and database name of your choice. The third command starts the database server.

SSL

The InfluxDB server is configured to enforce SSL for any TCP connection. It uses a self-signed certificate generated at startup time, or a certificate / key pair found in SSL_CERTIFICATE and SSL_KEY.

Available Versions (Tags)

  • latest: Currently InfluxDB 1.8
  • 1.8: InfluxDB 1.8
  • 1.7: InfluxDB 1.7
  • 1.4: InfluxDB 1.4

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2020 Aptible and contributors.

docker-influxdb-1's People

Contributors

fancyremarker avatar joshraker avatar krallin avatar usernotfound avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.