FROM python:3.13-slim RUN pip install docker prometheus_client COPY docker_exporter.py /app/docker_exporter.py WORKDIR /app CMD ["python3", "docker_exporter.py", "8005"]