339 B
339 B
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}')