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
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.
643
+
644
+
Valid key names for Docker host config can be found in 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.
645
+
640
646
### Execution with Hub & Node roles
641
647
642
648
This can be expanded to a full Grid deployment, all components deployed individually. The overall
@@ -759,7 +765,7 @@ configs = [
759
765
# Linux: varies from machine to machine, please mount /var/run/docker.sock. If this does not work, please create an issue.
0 commit comments