File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ Only non-TLS channels (`SASL_PLAINTEXT`) are currently supported.
6767The SASL mechanism can be specified as part of the username/broker string as follows: ` sasl_mechanism\username@broker:port/topic ` .
6868Example: ` SCRAM-SHA-256\alice@10.123.123.1:9092/topic ` .
6969
70+ ### Running in container
71+ To build the forwarder for use within a container, use ` docker build . --tag forwarder:latest ` .
72+
73+ To use the container run ` docker run -it forwarder:latest ` followed by your options ie.
74+ ` docker run -it forwarder:latest --config-topic mybroker:9092/configTopic . . . `
75+
7076## Configuring EPICS PVs to be forwarded
7177
7278Adding or removing PVs to be forwarded is done by publishing configuration change messages to the configuration
Original file line number Diff line number Diff line change 66* Adopt pip-tools to manage requirements.txt files
77* Refactor statistics reporter to support dynamically added metrics
88* Add latency and per-PV graphite metrics
9+ * Add containerfile
910
1011## v2.1.0
1112
You can’t perform that action at this time.
0 commit comments