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 #160 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added env property to docs (fixes #159)
  • Loading branch information
vania-pooh authored Jul 10, 2017
2 parents b7eff10 + 04fc858 commit 71517bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/browsers-configuration-file.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Selenoid uses simple JSON configuration files of the following format:
"port": "4444", <6>
"tmpfs": {"/tmp": "size=512m"}, <7>
"path" : "/wd/hub", <8>
"volumes" : ["/to:/from:ro"] <9>
"volumes" : ["/to:/from:ro"], <9>
"env" : ["TZ=Europe/Moscow"], <10>
},
"50.0" :{
// ...
Expand All @@ -35,6 +36,7 @@ Selenoid uses simple JSON configuration files of the following format:
<7> _Optional. Containers only._ Add in-memory filesystem (_tmpfs_) to container, see below
<8> _Optional._ Path relative to / where we request a new session, see below
<9> _Optional. Containers only._ Mount path from host machine to created container
<9> _Optional._ Environment variables to be passed to browser container or driver process

This file represents a mapping between a list of supported browser versions and Docker container images or driver binaries.

Expand Down

0 comments on commit 71517bb

Please sign in to comment.