mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-11 14:26:46 +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.
|
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
|
```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
|
### Binaries
|
||||||
|
|
Loading…
Add table
Reference in a new issue