Change docs

This commit is contained in:
divanik 2024-07-30 12:07:31 +00:00
parent fd075470d6
commit de99ee1b05

View File

@ -137,7 +137,7 @@ cd docker/test/integration/runner
docker build -t clickhouse/integration-test-runner .
```
Also you need to add option --network=host if you rebuild image for a local integration testsing.
If your docker configuration doesn't allow access to public internet with docker build command you may also need to add option --network=host if you rebuild image for a local integration testsing.
### Adding new tests