Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #352 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added note about correctly setting browser images locale
  • Loading branch information
aandryashin authored Feb 17, 2018
2 parents 4cbf6cb + b0ffb83 commit c80d939
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/browser-images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,23 @@ We maintain a set of prebuilt Docker container images for different browsers inc
All these images are free to use. See image tags for a list of supported versions. Build files are stored in http://github.com/aerokube/selenoid-images[selenoid-images] repository.
Feel free to create issues or request images for new versions.

NOTE: Complete list of browser images can be found in <<Browser Image information>>
[NOTE]
====
. Complete list of browser images can be found in <<Browser Image information>>
. These images support all UTF-8 locales. This can be important if you want to save files using national alphabet symbols. You can enable your preferred locale in browsers configuration file by setting respective environment variables:
```
{
"chrome": {
"default": "64.0",
"versions": {
"64.0": {
"image": "selenoid/vnc:chrome_64.0",
//...
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"]
}
}
}
}
```
====

0 comments on commit c80d939

Please sign in to comment.