mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-16 20:39:08 +08:00
DOCS: Align Docker command (#2571)
This commit is contained in:
parent
2d6d536ade
commit
dd23e88f9f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ sudo port install dnscontrol
|
|||
You can use DNSControl locally using the Docker image from [Docker hub](https://hub.docker.com/r/stackexchange/dnscontrol/) or [Github Container Registry](https://github.com/stackexchange/dnscontrol/pkgs/container/dnscontrol) and the command below.
|
||||
|
||||
```shell
|
||||
docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview
|
||||
docker run --rm -it -v "$(pwd):/dns" ghcr.io/stackexchange/dnscontrol preview
|
||||
```
|
||||
|
||||
### Binaries
|
||||
|
|
Loading…
Reference in a new issue