From 7a3e5e472a7fa8e9fdad2aa10bb53f344b4d66ab Mon Sep 17 00:00:00 2001 From: Matthew Slowe Date: Wed, 16 Jun 2021 17:03:15 +0100 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17a6794..337dd34 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ zones: # Running Invoke the docker container with the input yaml file: ```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 Pass the environment variable `DRY_RUN` to prevent any changes: ```bash -docker run --rm -ti -v "${PWD}:/a" -w /a -e DRY_RUN=1 fooflington/mythic-beasts-dns mafoo.org.uk.yml -``` \ No newline at end of file +docker run --rm -ti -v "${PWD}:/a" -w /a -e DRY_RUN=1 fooflington/mythic-dns mafoo.org.uk.yml +```