ci: document and fix a couple things for local Docker testing (#3672)

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
Reactor Scram
2024-02-17 10:16:39 -06:00
committed by GitHub
parent 073b324d02
commit 87f843dcfb
4 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ function gateway() {
docker compose exec -it gateway "$@"
}
# Re-up the gateway since a local dev setup may run this back-to-back
docker compose up -d gateway
echo "# check original resolv.conf"
client sh -c "cat /etc/resolv.conf.firezone-backup"