Dozzle is a simple and responsive application that provides you with a web based interface to monitor your Docker container logs live. It doesn’t store log information, it is for live monitoring of your container logs only. Well today I will teach you how to install Dozzle on your Synology NAS in less than 30 seconds directly through the Task Scheduler option. It’ll be over in a couple of seconds and it’s essentially child’s play.
STEP 1
Please Support My work by Making a Donation.
STEP 2
Install Docker via Synology “Package Center”.
STEP 3
Go to Control Panel / Task Scheduler / Create / Scheduled Task / User-defined script. Follow the instructions in the images below.
STEP 4
Once you click on User-defined script a new window will open. Follow the instructions below:
- General: In the Task field type in “Install Dozzle“. Uncheck “Enabled” option. Select root user.
- Schedule: Select Run on the following date then select “Do not repeat“.
- Task Settings: Check “Send run details by email“, add your email then copy paste the code below in the Run command area. After that click OK.
docker run --detach --volume=/var/run/docker.sock:/var/run/docker.sock -p 8892:8080 amir20/dozzle:latest
STEP 5
After you click OK on STEP 4, select your “Install Dozzle” Task then click the “Run” tab. You will be asked to Install Dozzle – click Yes. Follow the instructions in the image below.
STEP 6
Go back to STEP 1 or you will deal with karma 🙂
STEP 7
The installation process can take up to a few minutes or seconds. It will depend on your Internet speed connection. Now open your browser and type in http://Synology-ip-address:8892/
Real-Time logs monitor:
You can easily change some Display options.:
Note: Can I run Docker on my Synology NAS? See the supported models.
Note: The installation process can take up to a few minutes or seconds. It will depend on your Internet speed connection.
This post was updated on Monday / February 1st, 2021 at 10:35 PM