Skip to content

Commit d10affe

Browse files
committed
update docker instructions for multiarch
1 parent 484d36d commit d10affe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3535
Start 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

4141
Start 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!

0 commit comments

Comments
 (0)