Sign inSign up

yubintw/adguard

By yubintw

Updated over 6 years ago

Image
0

1.3K

yubintw/adguard repository overview

fork from adguardhome/adguardhome

image build from https://github.com/AdguardTeam/AdGuardHome/blob/master/packaging/docker/Dockerfile

  1. modify Entrypoint not initialize AdGuard when starting this container
#ENTRYPOINT ["/opt/adguardhome/AdGuardHome"]
#CMD ["-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--no-check-update"]

ENTRYPOINT ["sh"]
  1. add iptables
apk add iptables

after run this container

have to start AdGuard manually

/opt/adguardhome/AdGuardHome -v -c /opt/adguardhome/conf/AdGuardHome.yaml -w /opt/adguardhome/work --no-check-update

Tag summary

Content type

Image

Digest

Size

18.3 MB

Last updated

over 6 years ago

docker pull yubintw/adguard