Skip to content

Commit

Permalink
Merge branch 'master' into docs/typo-github
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Sep 29, 2023
2 parents d1498d4 + dd23e88 commit c1787fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1787fa

Please sign in to comment.