From 2dcd38445731c6e63e5cbf10637592b9995fb7b5 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Mon, 3 Sep 2018 00:13:58 -0700 Subject: [PATCH] Update README.md typo in future docker image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab3e21..b40e85a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ I have only ported this into a dockerfile, All Original code (with one minor mod You can run this with the following: ``` -docker run --name py-eagle-mqtt -d -e "MQTT_BROKER_IP=" -e "MQTT_BROKER_PORT=" evanrich/py-eagle/mqtt +docker run --name py-eagle-mqtt -d -e "MQTT_BROKER_IP=" -e "MQTT_BROKER_PORT=" evanrich/py-eagle-mqtt ``` **MQTT_BROKER_IP** = your broker's IP address. Defaults to 192.168.1.20 (my local k8s node)