1 Commits

Author SHA1 Message Date
7a3e5e472a fix readme 2021-06-16 17:03:15 +01:00

View File

@ -68,12 +68,12 @@ zones:
# Running # Running
Invoke the docker container with the input yaml file: Invoke the docker container with the input yaml file:
```bash ```bash
docker run --rm -ti -v "${PWD}:/a" -w /a fooflington/mythic-beasts-dns mafoo.org.uk.yml docker run --rm -ti -v "${PWD}:/a" -w /a fooflington/mythic-dns mafoo.org.uk.yml
``` ```
## Dry run ## Dry run
Pass the environment variable `DRY_RUN` to prevent any changes: Pass the environment variable `DRY_RUN` to prevent any changes:
```bash ```bash
docker run --rm -ti -v "${PWD}:/a" -w /a -e DRY_RUN=1 fooflington/mythic-beasts-dns mafoo.org.uk.yml docker run --rm -ti -v "${PWD}:/a" -w /a -e DRY_RUN=1 fooflington/mythic-dns mafoo.org.uk.yml
``` ```