Sign inSign up

dzonder/eaton-ipp

By dzonder

Updated over 1 year ago

Eaton IPP on Debian 11-slim

Image
0

10K+

dzonder/eaton-ipp repository overview

Eaton IPP build for arm64.

Requires binfmt support (e.g. tonistiigi/binfmt) for amd64.

Service is exported on https://0.0.0.0:4680/.

User scripts can be placed in ./ups-tools, e.g. ./ups-tools/sample-script.sh.

To use them in IPP use the following path: /usr/local/eaton/IntelligentPowerProtector/configs/actions/sample-script.sh

Example compose usage:

---
services:
  eaton-ipp:
    image: dzonder/eaton-ipp:latest
    platform: linux/amd64
    environment:
      - TZ=Europe/Zurich
    privileged: true
    network_mode: host
    restart: unless-stopped
    volumes:
      - ./ups-tools:/usr/local/eaton/IntelligentPowerProtector/configs/actions:rw

Tag summary

Content type

Image

Digest

sha256:1d715a394

Size

64.6 MB

Last updated

over 1 year ago

docker pull dzonder/eaton-ipp