docker-telegraf

Telegraf Docker image, pre-configured for Appwrite server setup.

MIT License

Stars
31
Committers
7

Docker Telegraf

Telegraf Docker image pre-configured for Appwrite server installation. This container is only extending the official Telegraf docker image with Appwrite specific configuration settings, for a fresh installation of Telegraf use only docker official image.

Getting Started

These instructions will cover usage information to help your run Appwrite's Telegraf docker container.

Prerequisities

In order to run this container you'll need docker installed.

Usage

docker run appwrite/telegraf

Environment Variables

This container supports all environment variables supplied by the official Telegraf Docker image.

Build / Release

docker build --tag appwrite/telegraf:1.2.0 .
docker push appwrite/telegraf:1.2.0

Multi-arch build (experimental using buildx):

docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 --tag appwrite/telegraf:1.2.0 --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php