Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

A stack to follow up Docker statistics (# of pulls, # of stars).

Notifications You must be signed in to change notification settings

egaillardon/dockerhub-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerhub Statistics

Telegraf

Documentation

HTTP Input Plugin

Prometheus Client Service Output Plugin

Docker image

Configuration

Generating a configuration file with specific inputs and outputs (using docker)

docker run --rm telegraf:1.9.2-alpine telegraf --input-filter http --output-filter prometheus_client config

Prometheus

Documentation

Grafana

Documentation

Docker

Documentation

Commands

Starting the stack in background and building if any change

docker-compose --file docker-compose.yml up --detach --build

Viewing logs

docker-compose --file docker-compose.yml logs --follow

Stopping the stack

docker-compose --file docker-compose.yml down

Deleting the stack

docker-compose --file docker-compose.yml down --rmi all --volumes

About

A stack to follow up Docker statistics (# of pulls, # of stars).

Resources

Stars

Watchers

Forks

Packages

No packages published