
Dashticz V3 - Automatic installation
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz V3 - Automatic installation
@Lokonli : enjoy the time off!
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz V3 - Automatic installation
I tried v3 and iT looks nice. I have some trouble now with some scripts that won’t run anymore, how do I uninstall v3?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Which scripts won't run?
To uninstall:
Code: Select all
#First go to your dashticz_v3 folder
cd ~/dev/dashticz_v3
#Stop the Docker instance of Dashticz (assuming you used the automatic installation script)
make stop
#Remove the dashticz_v3 folder
cd ..
rm -rf dashticz_v3
#remove the docker images etc. To remove see https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes:
docker system prune
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz V3 - Automatic installation
I get a lot of errors during installation and afterworhs my normal dashticz isn't loading anymore.Lokonli wrote: ↑Thursday 18 July 2019 17:29Which scripts won't run?
To uninstall:
After that you can deinstall Docker.Code: Select all
#First go to your dashticz_v3 folder cd ~/dev/dashticz_v3 #Stop the Docker instance of Dashticz (assuming you used the automatic installation script) make stop #Remove the dashticz_v3 folder cd .. rm -rf dashticz_v3 #remove the docker images etc. To remove see https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes: docker system prune
Code: Select all
. <(wget -qO - https://raw.githubusercontent.com/dashticzv3/dashticz_v3/beta/scripts/dashticz_install.sh )
This is the installation script for Dashticz V3
The script will create a folder for Dashticz v3 in the following location:
/home/pi/dashticz3
Enter the folder name [dashticz_v3]:
Dashticz will be installed in
dashticz_v3
Dashticz has a master branch (=stable) and a beta branch (=most up-to-date)
Which branch to install? [master]: beta
Now cloning the Dashticz repository https://github.com/dashticzv3/dashticz_v3
Cloning into 'dashticz_v3'...
remote: Enumerating objects: 7076, done.
remote: Counting objects: 100% (7076/7076), done.
remote: Compressing objects: 100% (2383/2383), done.
remote: Total 7076 (delta 4654), reused 7057 (delta 4636), pack-reused 0
Receiving objects: 100% (7076/7076), 29.20 MiB | 5.23 MiB/s, done.
Resolving deltas: 100% (4654/4654), done.
Configuring Dashticz.
What is the IP:port address of your Domoticz server? (example: 192.168.178.18:8080): 192.168.1.133:6060
Finding a free port for Dashticz
Port 8082 is NOT in use
Setting up Dashticz on port 8082
Let's install docker first
wget -qO- https://get.docker.com/ | sh
# Executing docker install script, commit: 6bf300318ebaab958c4adc341a8c7bb9f3a54a1a
+ sudo -E sh -c apt-get update -qq >/dev/null
+ sudo -E sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian stretch stable" > /etc/apt/sources.list.d/docker.list
+ sudo -E sh -c apt-get update -qq >/dev/null
+ [ -n ]
+ sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
+ sudo -E sh -c docker version
Client: Docker Engine - Community
Version: 19.03.0
API version: 1.40
Go version: go1.12.5
Git commit: aeac949
Built: Wed Jul 17 18:25:36 2019
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.0
API version: 1.40 (minimum version 1.12)
Go version: go1.12.5
Git commit: aeac949
Built: Wed Jul 17 18:19:37 2019
OS/Arch: linux/arm
Experimental: false
containerd:
Version: 1.2.6
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc:
Version: 1.0.0-rc8
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
docker-init:
Version: 0.18.0
GitCommit: fec3683
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:
sudo usermod -aG docker pi
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
Check for git
Installed...
sudo docker build -t dtv3 .
Sending build context to Docker daemon 66.48MB
Step 1/3 : FROM php:apache
---> c6fa8e4bcb26
Step 2/3 : USER root
---> Using cache
---> 4c5ce91b0eaf
Step 3/3 : SHELL ["/bin/bash", "-c"]
---> Using cache
---> 8c66cd348691
Successfully built 8c66cd348691
Successfully tagged dtv3:latest
sudo docker run --name dtv3 -d -p 8082:80 --mount type=bind,source="/home/pi/dashticz3/dashticz_v3",target=/var/www/html dtv3
docker: Error response from daemon: Conflict. The container name "/dtv3" is already in use by container "f2f46cc0b2a11a65bea219ed56681df09a16a3ffb5ab272e58033491f4e2ebcd". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
Makefile:38: recipe for target 'start' failed
make: *** [start] Error 125
Trying Domoticz IP...OK!
All done
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
The last error message indicates that the Dashticz Docker image already exists and is running.gielie wrote: ↑Thursday 25 July 2019 14:36I get a lot of errors during installation and afterworhs my normal dashticz isn't loading anymore.Lokonli wrote: ↑Thursday 18 July 2019 17:29Which scripts won't run?
To uninstall:
After that you can deinstall Docker.Code: Select all
#First go to your dashticz_v3 folder cd ~/dev/dashticz_v3 #Stop the Docker instance of Dashticz (assuming you used the automatic installation script) make stop #Remove the dashticz_v3 folder cd .. rm -rf dashticz_v3 #remove the docker images etc. To remove see https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes: docker system prune
i tried several times on different systems with no luck, any idea?Code: Select all
. <(wget -qO - https://raw.githubusercontent.com/dashticzv3/dashticz_v3/beta/scripts/dashticz_install.sh ) This is the installation script for Dashticz V3 The script will create a folder for Dashticz v3 in the following location: /home/pi/dashticz3 Enter the folder name [dashticz_v3]: Dashticz will be installed in dashticz_v3 Dashticz has a master branch (=stable) and a beta branch (=most up-to-date) Which branch to install? [master]: beta Now cloning the Dashticz repository https://github.com/dashticzv3/dashticz_v3 Cloning into 'dashticz_v3'... remote: Enumerating objects: 7076, done. remote: Counting objects: 100% (7076/7076), done. remote: Compressing objects: 100% (2383/2383), done. remote: Total 7076 (delta 4654), reused 7057 (delta 4636), pack-reused 0 Receiving objects: 100% (7076/7076), 29.20 MiB | 5.23 MiB/s, done. Resolving deltas: 100% (4654/4654), done. Configuring Dashticz. What is the IP:port address of your Domoticz server? (example: 192.168.178.18:8080): 192.168.1.133:6060 Finding a free port for Dashticz Port 8082 is NOT in use Setting up Dashticz on port 8082 Let's install docker first wget -qO- https://get.docker.com/ | sh # Executing docker install script, commit: 6bf300318ebaab958c4adc341a8c7bb9f3a54a1a + sudo -E sh -c apt-get update -qq >/dev/null + sudo -E sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null + sudo -E sh -c curl -fsSL "https://download.docker.com/linux/raspbian/gpg" | apt-key add -qq - >/dev/null Warning: apt-key output should not be parsed (stdout is not a terminal) + sudo -E sh -c echo "deb [arch=armhf] https://download.docker.com/linux/raspbian stretch stable" > /etc/apt/sources.list.d/docker.list + sudo -E sh -c apt-get update -qq >/dev/null + [ -n ] + sudo -E sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct! perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_GB.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("en_GB.UTF-8"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory + sudo -E sh -c docker version Client: Docker Engine - Community Version: 19.03.0 API version: 1.40 Go version: go1.12.5 Git commit: aeac949 Built: Wed Jul 17 18:25:36 2019 OS/Arch: linux/arm Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.0 API version: 1.40 (minimum version 1.12) Go version: go1.12.5 Git commit: aeac949 Built: Wed Jul 17 18:19:37 2019 OS/Arch: linux/arm Experimental: false containerd: Version: 1.2.6 GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb runc: Version: 1.0.0-rc8 GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f docker-init: Version: 0.18.0 GitCommit: fec3683 If you would like to use Docker as a non-root user, you should now consider adding your user to the "docker" group with something like: sudo usermod -aG docker pi Remember that you will have to log out and back in for this to take effect! WARNING: Adding a user to the "docker" group will grant the ability to run containers which can be used to obtain root privileges on the docker host. Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface for more information. Check for git Installed... sudo docker build -t dtv3 . Sending build context to Docker daemon 66.48MB Step 1/3 : FROM php:apache ---> c6fa8e4bcb26 Step 2/3 : USER root ---> Using cache ---> 4c5ce91b0eaf Step 3/3 : SHELL ["/bin/bash", "-c"] ---> Using cache ---> 8c66cd348691 Successfully built 8c66cd348691 Successfully tagged dtv3:latest sudo docker run --name dtv3 -d -p 8082:80 --mount type=bind,source="/home/pi/dashticz3/dashticz_v3",target=/var/www/html dtv3 docker: Error response from daemon: Conflict. The container name "/dtv3" is already in use by container "f2f46cc0b2a11a65bea219ed56681df09a16a3ffb5ab272e58033491f4e2ebcd". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. Makefile:38: recipe for target 'start' failed make: *** [start] Error 125 Trying Domoticz IP...OK! All done
To rebuild the image:
Code: Select all
cd /home/pi/dashticz3/dashticz_v3
make stop
make start
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Fixed in latest beta.Lokonli wrote: ↑Thursday 27 June 2019 7:48Yesterday I indeed released beta 3.0.1. Thanks for confirming that your garbage issue is solved.jake wrote: ↑Wednesday 26 June 2019 23:34 I did a 'make update' and now the garbage is loading alright. Thankf for fixing!
I noticed something else (very minor issue):
Because I had V3 setup 'manually' and via Docker, I can load them both in different tabs. I skipped between them and found something 'moving' in the calendar. Finally I saw that in the docker version of dashticz V3 the 'all day' events have a 02:00 time after the date, where the normal version doesn't have that.
Again, equal config file, so that doesn't explain.
The 02:00 time issue sounds like an incorrect timezone setting, probably inside the Docker container. I'm afraid I don't have the time to look into this in the coming 3 weeks (holiday). I'll create an issue on Github. Maybe someone else is willing to pick this up.
-
- Posts: 3
- Joined: Thursday 03 April 2014 15:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Hello,
Interesting to see that Dashticz is still being developed, hence I attempt to install it om my raspberry again.
However when I do an install of the beta, I will get a failure as shown below with docker-ce (apologies for the dutch text)
dpkg: fout bij verwerken van pakket docker-ce (--configure):
subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug
Fouten gevonden tijdens verwerken van:
docker-ce
A downgrade to docker with the below command
sudo apt-get install docker-ce=18.06.1~ce~3-0~raspbian
fixes the error but the "make start" command executes an upgrade of docker and the error comes back again.
Is there a solution for this?
Cheers,
Omehenne
Interesting to see that Dashticz is still being developed, hence I attempt to install it om my raspberry again.
However when I do an install of the beta, I will get a failure as shown below with docker-ce (apologies for the dutch text)
dpkg: fout bij verwerken van pakket docker-ce (--configure):
subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug
Fouten gevonden tijdens verwerken van:
docker-ce
A downgrade to docker with the below command
sudo apt-get install docker-ce=18.06.1~ce~3-0~raspbian
fixes the error but the "make start" command executes an upgrade of docker and the error comes back again.
Is there a solution for this?
Cheers,
Omehenne
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Thanks for the feedback.
I'll adapt the script and make the automatic installation of Docker optional.
Sent from my SM-A320FL using Tapatalk
I'll adapt the script and make the automatic installation of Docker optional.
Sent from my SM-A320FL using Tapatalk
-
- Posts: 3
- Joined: Sunday 17 February 2019 11:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.9700
- Location: netherlands
- Contact:
Re: Dashticz V3 - Automatic installation
Works fine for now on a rpi 3b+.
1x RPi 3 b+
6x KaKu switches
1x rooted Toon
1x P1 cable
4x Wifi Lights
6x KaKu switches
1x rooted Toon
1x P1 cable
4x Wifi Lights
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Thanks for your feedback.
-
- Posts: 11
- Joined: Friday 08 February 2019 21:27
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10717
- Contact:
Re: Dashticz V3 - Automatic installation
Works fine! And save a lot of time. Please share with "robgeerts" the creator of dashticz
-
- Posts: 6
- Joined: Monday 23 December 2019 14:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Hello - Can someone help me out?
I've a bit of experience with Domoticz and no problems with that. I've just tried to install Dashticz on the same PI and I simply can't make it work. The automatic installer runs fine and at the end I get the message to go to 192.168.1.96:8082 and another 172.x.x.x address but they don't land anywhere. If I go to 192.168.1.96:80 I get the apache holding page and at 192.168.1.96/dashticz/ i'll get an Dashticz error page. The CONFIG.js file is correct as you'd expect.
I'm running Raspbian Buster on a Pi1 Model B.
Any advice appreciated... Thanks Duncan
(edited because I made a mistake including the IP address 192.168.1.1.)
I've a bit of experience with Domoticz and no problems with that. I've just tried to install Dashticz on the same PI and I simply can't make it work. The automatic installer runs fine and at the end I get the message to go to 192.168.1.96:8082 and another 172.x.x.x address but they don't land anywhere. If I go to 192.168.1.96:80 I get the apache holding page and at 192.168.1.96/dashticz/ i'll get an Dashticz error page. The CONFIG.js file is correct as you'd expect.
I'm running Raspbian Buster on a Pi1 Model B.
Any advice appreciated... Thanks Duncan
(edited because I made a mistake including the IP address 192.168.1.1.)
Last edited by dstewart275 on Monday 23 December 2019 16:49, edited 1 time in total.
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
What is the IP address of your pi? The installation script thinks it's running on 192.168.1.96...dstewart275 wrote: ↑Monday 23 December 2019 14:38 Hello - Can someone help me out?
I've a bit of experience with Domoticz and no problems with that. I've just tried to install Dashticz on the same PI and I simply can't make it work. The automatic installer runs fine and at the end I get the message to go to 192.168.1.96:8082 and another 172.x.x.x address but they don't land anywhere. If I go to 192.168.1.1:80 I get the apache holding page and at 192.168.1.1/dashticz/ i'll get an Dashticz error page. The CONFIG.js file is correct as you'd expect.
I'm running Raspbian Buster on a Pi1 Model B.
Any advice appreciated... Thanks Duncan
Which error is reported if you go to 192.168.1.1/dashticz/ ?
Can you post your CONFIG.js here?
-
- Posts: 6
- Joined: Monday 23 December 2019 14:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Thanks - my pi is 192.168.1.96 and I can get to Domoticz on 192.168.1.96:8080 just fine.
I've made a mistake in the previous post - The page I land on at 192.168.1.96/dashticz/ just says "ERROR - For more information visit Dashticz V3 Documentation"... The 192.168.1.1 reference should be ignored.
Thanks for helping!
- Attachments
-
- CONFIG.js
- (2.07 KiB) Downloaded 84 times
Last edited by dstewart275 on Monday 23 December 2019 16:46, edited 1 time in total.
Re: Dashticz V3 - Automatic installation
install is great .works fine but the rest. it is hard to setup everthing .
i hop that i can learn it
i hop that i can learn it
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
The 192.1168.1.96 indeed makes more sense ...dstewart275 wrote: ↑Monday 23 December 2019 16:30Thanks - my pi is 192.168.1.96 and I can get to Domoticz on 192.168.1.96:8080 just fine.
I've made a mistake in the previous post - The page I land on at 192.168.1.96/dashticz/ just says "ERROR - For more information visit Dashticz V3 Documentation"... The 192.168.1.1 reference should be ignored.
Thanks for helping!
If you followed the automatic installation script you should have a Docker image running on port 8082.
Maybe better to test that first.
What do you see if you open 192.168.1.96:8082?
-
- Posts: 6
- Joined: Monday 23 December 2019 14:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
That's what I was expecting too - Docker seems to be running (and I presume it is generating the error page mentioned on 192.168.1.96/dashticz
However if i navigate to 192.168.1.96:8082 on chrome I get
This site can’t be reached
192.168.1.96 refused to connect.
Search Google for 192 168 8082
ERR_CONNECTION_REFUSED
Does that help?
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Then apparently the Docker image is not running correctly, at least not on port 8082.dstewart275 wrote: ↑Monday 23 December 2019 17:37That's what I was expecting too - Docker seems to be running (and I presume it is generating the error page mentioned on 192.168.1.96/dashticz
However if i navigate to 192.168.1.96:8082 on chrome I get
This site can’t be reached
192.168.1.96 refused to connect.
Search Google for 192 168 8082
ERR_CONNECTION_REFUSED
Does that help?
Just to be sure, can you type the following in the Dashticz folder:
Code: Select all
make stop
make start
It stops the current Dashticz container, and restarts it again. It takes approx 1 minute. After start it reports the ip-adres:port.
The error page on 192.168.1.96/dashticz is not generated by the Docker container, but probably by some left overs from a previous manual install?
-
- Posts: 6
- Joined: Monday 23 December 2019 14:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz V3 - Automatic installation
Thanks - here's the output from puttyLokonli wrote: ↑Monday 23 December 2019 17:46 Then apparently the Docker image is not running correctly, at least not on port 8082.
Just to be sure, can you type the following in the Dashticz folder:Code: Select all
make stop make start
It stops the current Dashticz container, and restarts it again. It takes approx 1 minute. After start it reports the ip-adres:port.
The error page on 192.168.1.96/dashticz is not generated by the Docker container, but probably by some left overs from a previous manual install?
Code: Select all
pi@raspberrypi:~ $ cd dashticz_v3
pi@raspberrypi:~/dashticz_v3 $ make stop
sudo docker stop dtv3
dtv3
sudo docker rm dtv3
dtv3
pi@raspberrypi:~/dashticz_v3 $ make start
Check for git
Installed...
sudo docker build -t dtv3 .
Sending build context to Docker daemon 66.8MB
Step 1/3 : FROM php:apache
---> c2dbfc2dd7fc
Step 2/3 : USER root
---> Using cache
---> f1f10f88a333
Step 3/3 : SHELL ["/bin/bash", "-c"]
---> Using cache
---> fd4d3dcf868d
Successfully built fd4d3dcf868d
Successfully tagged dtv3:latest
sudo docker run --name dtv3 -d -p 8082:80 --mount type=bind,source="/home/pi/dashticz_v3",target=/var/www/html dtv3
8505117725c350dc5a76a41b2c60445c110e6612c01d0e3903f8a88382e3b2bd
Dashticz is running at:
http://192.168.1.96:8082
http://172.17.0.1:8082
Appreciate your efforts.
Who is online
Users browsing this forum: No registered users and 1 guest