6f34bd4d083266a4fa8ebc354598c7001c321ad0
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