From 5dbf46aa053ae2e8862a7c2915a54b6ea645d064 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Wed, 23 Dec 2020 16:21:23 +0000 Subject: [PATCH] Fix formatting, typos and the link Signed-off-by: Sebastian Haderecker --- TESTING.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TESTING.md b/TESTING.md index 75e8090..7158ab3 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,15 +1,17 @@ # Prerequisites -Make sure you have bash, docker. Python and some test hacks are crammed into the `Dockerfile_build` file for now. Revisions in the future may re-enable running python on your host (not just in docker). +Make sure you have bash & docker. +Python and some test hacks are crammed into the `Dockerfile_build` file for now. +Revisions in the future may re-enable running python on your host (not just in docker). # Running tests locally `ARCH=amd64 ./gh-actions-test.sh` -Should result in : +Should result in: -- An image named `pihole:amd64` being build -- Tests being ran to confirm the image doesnt have any regressions +- An image named `pihole:amd64` being built +- Tests being ran to confirm the image doesn't have any regressions # Local image names @@ -17,6 +19,6 @@ Docker images built by `Dockerfile.py` are named the same but stripped of the `p e.g. `pi-hole:debian_amd64` or `pi-hole-multiarch:debian_arm64` -You can run the multiarch images on an amd64 development system if you [enable binfmt-support as described in the multiarch image docs](https://hub.docker.com/r/multiarch/multiarch/debian-debootstrap/) +You can run the multiarch images on an amd64 development system if you [enable binfmt-support as described in the multiarch image docs](https://hub.docker.com/r/multiarch/debian-debootstrap/) `docker run --rm --privileged multiarch/qemu-user-static:register --reset`