Skip to content

Commit

Permalink
Merge 0fea377 into 829ed01
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher committed Feb 5, 2020
2 parents 829ed01 + 0fea377 commit fea7b0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ Now you can experiment and watch how ExternalDNS makes sure that your DNS record

The [tutorials](docs/tutorials) section contains examples, including Ingress resources, and shows you how to set up ExternalDNS in different environments such as other cloud providers and alternative Ingress controllers.

#### Docker Container Setup
If you don't want to setup Go locally, we provide a Dockerfile that builds and tests external-dns for you. To build the docker image:
```console
$ docker build .
```
# Note

If using a txt registry and attempting to use a CNAME the `--txt-prefix` must be set to avoid conflicts. Changing `--txt-prefix` will result in lost ownership over previously created records.
Expand Down

0 comments on commit fea7b0e

Please sign in to comment.