mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 07:33:03 +08:00
DOCS: MacPorts removed (#3022)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
01e0fbb629
commit
f83c8162ba
2 changed files with 0 additions and 20 deletions
|
@ -175,12 +175,6 @@ release:
|
|||
brew install dnscontrol
|
||||
```
|
||||
|
||||
##### Install with [MacPorts](https://www.macports.org)
|
||||
|
||||
```shell
|
||||
sudo port install dnscontrol
|
||||
```
|
||||
|
||||
##### Using with [Docker](https://www.docker.com)
|
||||
|
||||
You can use 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).
|
||||
|
@ -209,10 +203,4 @@ release:
|
|||
brew upgrade dnscontrol
|
||||
```
|
||||
|
||||
##### Install with [MacPorts](https://www.macports.org)
|
||||
|
||||
```shell
|
||||
sudo port upgrade dnscontrol
|
||||
```
|
||||
|
||||
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
|
||||
|
|
|
@ -18,14 +18,6 @@ On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
|
|||
brew install dnscontrol
|
||||
```
|
||||
|
||||
### MacPorts
|
||||
|
||||
Alternatively on macOS you can install it using [MacPorts](https://www.macports.org).
|
||||
|
||||
```shell
|
||||
sudo port install dnscontrol
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue