Skip to content

Commit 940b39c

Browse files
committed
modify readme
1 parent 07a91c9 commit 940b39c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

DOCKER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Docker Setup
2-
# On Windows - using Docker Desktop
2+
## On Windows - using Docker Desktop
33

44
Windows Defender Firewall with Advanced Security, the following rule needs to be created:
55

@@ -23,7 +23,7 @@ docker pull mbs-alpine sgupta99/mqtt-bridge-smartthings:1.0.3-rpi
2323
docker run -p:8080:8080 -v d:/data/docker/volumes/mbs:/mbs/config -e TZ=America/Chicago --name mbs-rpi sgupta99/mqtt-bridge-smartthings:1.0.3-rpi
2424
```
2525
The RPI distro is about 768MB and Alpine is about 136MB - so if running on windows I would go for the alpine distro
26-
# Some helpful commands for widows users not familiar with docker
26+
## Some helpful commands for widows users not familiar with docker
2727
```
2828
docker image ls
2929
docker image rm -f <image-id>
@@ -38,7 +38,7 @@ docker start -i mbs-alpine
3838
Container names in the above examples are mbs-alpine and mbs-rpi for example
3939

4040

41-
# On linux platforms - (I have not tested then but should work)
41+
## On linux platforms - (I have not tested then but should work)
4242

4343
make sure linux firewall rules are set appropriately
4444

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Living Room Light:
139139

140140
# Installation
141141

142+
## Docker Setup
143+
142144
since version 1.0.3 I have uploaded docker images for alpine linux distro and raspberry pi distro to docker hub. Please see detailed instructions for Docker installation in [DOCKER.md](https://github.com/sgupta999/mqtt-bridge-smartthings/blob/master/DOCKER.md)
143145

144146
## NPM

0 commit comments

Comments
 (0)