Skip to content

Commit 800d764

Browse files
committed
doc: cleanup DOCKER.md
1 parent 11667f8 commit 800d764

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

DOCKER.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,9 @@ The container needs to reach your OmniLogic controller on UDP port 10444. Ensure
8484
1. Your Docker network can reach the controller's IP
8585
2. No firewall is blocking UDP port 10444
8686
3. The default bridge networking should work fine
87-
4. For host networking (if needed):
88-
89-
```bash
90-
docker run --rm --network host omnilogic-cli --host 192.168.1.100 get lights
91-
```
9287

9388
## Advanced Usage
9489

95-
### Save Output to File
96-
97-
```bash
98-
# Redirect output to a file on the host
99-
docker run --rm omnilogic-cli --host 192.168.1.100 debug get-telemetry > telemetry.xml
100-
101-
# Using volume mounts
102-
docker run --rm -v $(pwd):/data omnilogic-cli --host 192.168.1.100 debug get-mspconfig > /data/config.xml
103-
```
104-
105-
### Interactive Shell
106-
107-
Run multiple commands without rebuilding the connection:
108-
109-
```bash
110-
docker run --rm -it --entrypoint /bin/bash omnilogic-cli
111-
112-
# Inside container:
113-
omnilogic --host 192.168.1.100 get lights
114-
omnilogic --host 192.168.1.100 get pumps
115-
omnilogic --host 192.168.1.100 debug get-telemetry
116-
```
117-
11890
### Parse PCAP Files
11991

12092
The CLI includes a PCAP parser for analyzing OmniLogic protocol traffic. Mount the PCAP file into the container:

0 commit comments

Comments
 (0)