Skip to content

minimal docker container with python env and TCP modbus server

Notifications You must be signed in to change notification settings

alexmik95/umodbus-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

minimal docker container with python env and TCP modbus server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published