mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Align Docker command (#2571)
This commit is contained in:
committed by
GitHub
parent
2d6d536ade
commit
dd23e88f9f
@ -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
|
||||||
|
Reference in New Issue
Block a user