7e2c2d21b5760bb80df89e5c495cd0e260167e4d
docker-observation
Various tools to monitor Docker containers
Environment Variables
DOCKER_INFLUXDB_INIT_ORGINFLUX_WRITE_TOKENINFLUX_HOSTLOKI_HOST
Setup
Set the DOCKER_GUID so the container has permission to access the socket
export DOCKER_GUID=$(getent group docker | awk -F ':' '{print $3}')
Description