Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 252 Bytes

modbus-server

minimal docker container with python env and a TCP modbus server listening on port 502

Build

docker build -t "modbus-server" .

Run

docker run --rm -it -p 502:502 --name "modbus-server" modbus-server