File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ WOL-proxy will report its status on the `[MQTT_TOPIC_PREFIX]/status` topic via r
2626
2727## Running via Docker
2828
29- Pull the image. If using raspberry pi or similar use ` arm ` in place of ` [tag] ` . The ` latest ` tag will pull the ` amd64 ` image:
29+ Pull the image. The ` latest ` tag has multiarch support, so it should pull the correct image for your system.
3030
3131``` shell
32- docker pull seanauff/wol-proxy:[tag]
32+ docker pull seanauff/wol-proxy
3333```
3434
3535Start the container with all default environment variables:
3636
3737``` shell
38- docker run -d --net=host --name=WOL-proxy seanauff/wol-proxy:[tag]
38+ docker run -d --net=host --name=WOL-proxy seanauff/wol-proxy
3939```
4040
4141Start the container with modified environment variables:
4242
4343``` shell
44- docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=[ host] -e WOL_BROADCAST_ADDR=[ broadcast] seanauff/wol-proxy:[tag]
44+ docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=< host> -e WOL_BROADCAST_ADDR=< broadcast> seanauff/wol-proxy
4545```
4646
4747* Note:* Container needs to run with host networking in order to send the broadcast packets correctly!
You can’t perform that action at this time.
0 commit comments