fix readme
This commit is contained in:
parent
95f0148af9
commit
7a3e5e472a
@ -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
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user