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
**Mount the local`config.toml` file to the container path `/opt/selenium/docker.toml`**.
757
+
This config file path specific forDynamic Grid (node/standalone docker) by default to avoid conflict with the config filein node browser containers (since users can share volumes config to node browser containers, see below section for details).
758
+
756
759
With the optional config key `host-config-keys` under section [docker] in a config.toml file (or CLI option --docker-host-config-keys). Users can specify a list of docker host configuration keys that should be passed to browser containers.
757
760
758
761
Valid key names forDocker host config can be foundin the Docker API [documentation](https://docs.docker.com/engine/api/latest/#tag/Container/operation/ContainerCreate) or via the command `docker inspect` the node-docker container.
echo"$(date -u +"${ts_format}") [${process_name}] - Upload destination not known since UPLOAD_DESTINATION_PREFIX is not set. Continue without uploading."
154
155
fi
155
-
recording_started="false"
156
156
}
157
157
158
158
functioncheck_if_ffmpeg_running() {
@@ -182,7 +182,6 @@ function wait_for_file_integrity() {
182
182
functionstop_if_recording_inprogress() {
183
183
if [[ "$recording_started"="true" ]] || check_if_ffmpeg_running;then
0 commit comments