https://github.com/patricksanders/docker-apc-ups
Monitor an APC UPS via USB in Docker on an ARM device
https://github.com/patricksanders/docker-apc-ups
Last synced: 5 months ago
JSON representation
Monitor an APC UPS via USB in Docker on an ARM device
- Host: GitHub
- URL: https://github.com/patricksanders/docker-apc-ups
- Owner: patricksanders
- Created: 2018-05-25T23:05:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T16:33:10.000Z (about 8 years ago)
- Last Synced: 2025-03-24T14:46:55.898Z (over 1 year ago)
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## APC Monitoring in Docker
```
docker build -t apc .
docker run --rm -it -v $PWD/apcupsd.conf:/etc/apcupsd/apcupsd.conf --device=/dev/usb/hiddev0 apc
```
Once in the container:
```
apcaccess
```