Skip to content

Commit

Permalink
Update doc for version 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Dec 29, 2023
1 parent e3b4bc4 commit 3986a86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.6.3] - 2023-12-30

### Added
- Include method to set Docker default arguments in wdm API
- Expose dockerEnvVariables method in wdm API

### Changed
- Change NTCredentials (deprecated) by UsernamePasswordCredentials in HTTP client


## [5.6.2] - 2023-11-07

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions src/doc/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,8 @@ HTTP proxy. It can be also configured using the environment variable `HTTPS_PRO
|`dockerCustomImage(String)`|`wdm.dockerCustomImage`|`""`|Custom image to be used as browser in Docker
|`dockerVolumes(String[])`|`wdm.dockerVolumes`|`""`|Docker volumes (single or array) using the format `"\local\path:\container\path"`
|`dockerExtraHosts(String[])`|`wdm.dockerExtraHosts`|`""`|Docker Extra Hosts (single or array) using the format `"hostname:IP" ("host1:192.168.48.82,host2:192.168.48.16")`
|`dockerEnvVariables(String[])`|`wdm.dockerEnvVariables`|`""`|Environment variable for Docker containers`
|`dockerDefaultArgs(String)`|`wdm.dockerDefaultArgs`|`--disable-gpu`|Default arguments to start Docker containers`
|`dockerPrivateEndpoint(String)`|`wdm.dockerPrivateEndpoint`|`""`|Used to prefix pull images when you have a private registry with authentication i.e docker-hub-remote.myprivate.com will be prefixed to pull as docker-hub-remote.myprivate.com/selenoid/vnc and so on for any images used (video recorder, novnc etc..), docker login docker-hub-remote.myprivate.com is still required in order to get the auth credentials stored in the .docker/config.json, for MacOS users make sure to configure your engine to store the credentials in the config.json instead of keychain storage.
|`dockerAvoidPulling()`|`wdm.dockerAvoidPulling=true`|`false`|Avoid pulling Docker images from Docker Hub
|=======
Expand Down

0 comments on commit 3986a86

Please sign in to comment.