1. Edit the daemon.json
File
If it doesn’t exist goto /etc/docker
folder and create daemon.json
file. Paste the following lines;
2. Edit the override.conf
File
Goto /etc/systemd/system/docker.service.d/override.conf
. If the folder and the file don’t exist, you can create the folder and file respectively and paste the following;
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd
3. Reload the daemon and Restart the Docker
4. Edit docker.yaml
File
Open CasaOS file explorer, and goto config
folder.
Configure the file as follows;
my-docker
is the name of your origin docker. It can be anything.host
is the ip address of your docker containers. If they are in the same IP type it explicitly.port
The port number must be same as it is in thedaemon.json
file.
5. Edit the Services.yaml
File
Refer to the list of available widgets that are compatible with Homepage
Dashboard via the link. The services.yaml
should look like as follows;
![[homepage_docker_02.jpg | AdGuard setup in services.yaml
file]]