Skip to content

Instantly share code, notes, and snippets.

@phwt
Created August 12, 2023 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phwt/232c1235d01780a36f3518bcbc7b1366 to your computer and use it in GitHub Desktop.
Save phwt/232c1235d01780a36f3518bcbc7b1366 to your computer and use it in GitHub Desktop.
AdGuard Home Configuration in Docker
VOLUME_NAME="" # docker volume ls
MOUNTPOINT=$(docker volume inspect $VOLUME_NAME | jq -r ".[0].Mountpoint")
docker run --rm -i -v=$VOLUME_NAME:$MOUNTPOINT busybox cat $MOUNTPOINT/AdGuardHome.yaml | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment