You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,14 @@ IMAGE_TAG=v2.30.0 ./test.sh
41
41
42
42
By default, two local images are created that persist the image data and provide it to containers at runtime.
43
43
44
-
#### `ISOLATE_DOCKER_CONFIG`
44
+
#### `DOCKER_CONFIG_FILE`
45
45
46
-
By default, the sandbox mounts `${HOME}/.docker/config.json` so host credentials are available.
47
-
In case your local docker config is not compatible with this behaviour, you can force an empty Docker config in the run by setting `ISOLATE_DOCKER_CONFIG=1 ./test.sh`.
46
+
By default, the sandbox uses an empty Docker config file (`./docker-config.json`).
47
+
To use host credentials (e.g. in CI), set `DOCKER_CONFIG_FILE` to the desired `config.json` location:
0 commit comments