mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
right syntax
This commit is contained in:
parent
9c20c91d55
commit
e7006f3767
1 changed files with 1 additions and 1 deletions
|
@ -103,5 +103,5 @@ Get prebuilt binaries from [github releases](https://github.com/StackExchange/dn
|
|||
## Via [docker](https://hub.docker.com/r/stackexchange/dnscontrol/)
|
||||
|
||||
```
|
||||
docker run --rm -it -v `pwd`/dnsconfig.js:/dns/dnsconfig.js -v `pwd`/creds.json:/dns/creds.json stackexchange/dnscontrol dnscontrol preview
|
||||
docker run --rm -it -v $(pwd)/dnsconfig.js:/dns/dnsconfig.js -v $(pwd)/creds.json:/dns/creds.json stackexchange/dnscontrol dnscontrol preview
|
||||
```
|
Loading…
Reference in a new issue