fix readme

This commit is contained in:
Matthew Slowe 2021-06-16 17:03:15 +01:00
parent 95f0148af9
commit 7a3e5e472a

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
``` ```