Unofficial docker image for Adguard for personal use
326
Unofficial docker image for Adguard for personal use
Official Docker Image for AdGuardHome here - https://hub.docker.com/r/adguard/adguardhome
AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, It will cover ALL your home devices with the need for a client apps.
/AdGuardHome directory on your docker host for configuration files, filters and data./home/AdGuardHome directory to the container directory /opt/AdGuardHome/data and start container.Example:
docker pull melashri/adguardhome
docker run --name AdGuardHome -d -p <ip>:53:53/udp -p <ip>:53:53/tcp -p 3000:3000 -v /AdGuardHome:/opt/AdGuardHome/data --restart always melashri/adguardhome
/AdGuardHome/AdGuardHome.yaml (on the host) to change the password and other parameters.Available under the MIT license.
Content type
Image
Digest
Size
41.7 MB
Last updated
over 4 years ago
docker pull melashri/adguardhome