Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 706 Bytes

pyHPSU Docker Container

This is the Docker container with pyHPSU. pyHPSU is a set of python scripts and other files to read and modify the values of the Rotex HPSU. For more details about pyHPSU please see project site.

Available for AMD64 and Arm64/Arm32v7 (Raspberry PI) architecture.

dockeri.co

Running from command line

docker run \
        --name pyHPSU \
        -v /mydockerdata/pyHPSU/etc:/etc/pyHPSU \
        -d \
        -it \
        --network host \
	--restart=always \
        pdcemulator/pyHPSU