Update README.md
This commit is contained in:
parent
8f718ff2b4
commit
d06b714e23
@ -14,21 +14,21 @@ Docker containers with official Domoticz (beta) builds.
|
|||||||
|
|
||||||
**First install**
|
**First install**
|
||||||
|
|
||||||
...
|
```
|
||||||
sudo su -
|
sudo su -
|
||||||
git clone http://192.168.2.200:3000/Docker/Domoticz.git
|
git clone http://192.168.2.200:3000/Docker/Domoticz.git
|
||||||
cd Domoticz
|
cd Domoticz
|
||||||
docker build --no-cache -t domoticz-test .
|
docker build --no-cache -t domoticz-test .
|
||||||
...
|
```
|
||||||
|
|
||||||
**Update**
|
**Update**
|
||||||
|
|
||||||
...
|
```
|
||||||
sudo su -
|
sudo su -
|
||||||
cd Domoticz
|
cd Domoticz
|
||||||
git pull
|
git pull
|
||||||
docker build --no-cache -t domoticz-test .
|
docker build --no-cache -t domoticz-test .
|
||||||
...
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user