From d75f37c97b969957dfab9c0e60823f3a39a1af0a Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 27 Sep 2023 20:21:39 +0530 Subject: [PATCH] feat: document ftest network creation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f488f03..41a1f2c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ ## Development Notes +## Create `ftest` Docker subnet before running tests or deploying + +```bash +docker network create --attachable -d bridge ftest +``` + + ### Test Runner Choice of test runner should not be hard-codded, it should be possible to