1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Improve docker example (#2359)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli
2023-05-15 20:36:27 -04:00
committed by GitHub
parent 75a0d5d8b5
commit f6785aaea5

View File

@ -30,6 +30,8 @@ docker run --rm \
-it \ -it \
-v $(pwd)/dnsconfig.js:/dns/dnsconfig.js \ -v $(pwd)/dnsconfig.js:/dns/dnsconfig.js \
-v $(pwd)/creds.json:/dns/creds.json \ -v $(pwd)/creds.json:/dns/creds.json \
-v $(pwd)/spfcache.updated.json:/dns/spfcache.updated.json \
-v $(pwd)/spfcache.json:/dns/spfcache.json \
-v $(pwd)/zones/:/dns/zones/ \ -v $(pwd)/zones/:/dns/zones/ \
-u $(id -u ${USER}):$(id -g ${USER}) \ -u $(id -u ${USER}):$(id -g ${USER}) \
stackexchange/dnscontrol \ stackexchange/dnscontrol \