You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,15 @@ For customization options check [full documentation](https://paulorb.github.io/m
50
50
51
51
1. Pull the Modbus Simulator
52
52
53
+
```
53
54
docker pull paulorb/modbus-simulator-cli
55
+
```
54
56
55
57
2. Run the Modbus Simulator
56
58
57
-
docker run --rm -p 5002:5002 paulorb/modbus-simulator-cli:v0.0.99-beta.2 -sr
58
-
59
+
```
60
+
docker run --rm -p 5002:5002 paulorb/modbus-simulator-cli -sr
61
+
```
59
62
60
63
## Author
61
64
Contact me on [](https://www.linkedin.com/in/paulo-roberto-balbino/)
0 commit comments