feat: document ftest network creation
This commit is contained in:
parent
52eecea261
commit
d75f37c97b
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
|
|
||||||
|
## Create `ftest` Docker subnet before running tests or deploying
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker network create --attachable -d bridge ftest
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Test Runner
|
### Test Runner
|
||||||
|
|
||||||
Choice of test runner should not be hard-codded, it should be possible to
|
Choice of test runner should not be hard-codded, it should be possible to
|
||||||
|
|
Loading…
Reference in a new issue