Skip to content

Commit

Permalink
Merge pull request #30 from alcounit/develop
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
alcounit authored Apr 1, 2021
2 parents c989f8f + e58ae5b commit 67eb0d6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,11 +602,11 @@ Browser pod can be run with custom UID and GID. To do so set runAs property for
},
"versions": {
"85.0": {
"image": "selenoid/vnc:chrome_85.0"
},
"runAs": {
"uid": 1001,
"gid": 2002
"image": "selenoid/vnc:chrome_85.0",
"runAs": {
"uid": 1001,
"gid": 2002
}
},
"86.0": {
"image": "selenoid/vnc:chrome_86.0"
Expand All @@ -627,9 +627,9 @@ chrome:
versions:
'85.0':
image: selenoid/vnc:chrome_85.0
runAs:
uid: 1001
gid: 2002
runAs:
uid: 1001
gid: 2002
'86.0':
image: selenoid/vnc:chrome_86.0
```
Expand All @@ -644,9 +644,9 @@ In some cases you may need to run browser container with custom Linux capabiliti
"kernelCaps": ["SYS_ADMIN"],
"versions": {
"85.0": {
"image": "selenoid/vnc:chrome_85.0"
"image": "selenoid/vnc:chrome_85.0",
"kernelCaps": ["SYS_ADMIN"]
},
"kernelCaps": ["SYS_ADMIN"],
"86.0": {
"image": "selenoid/vnc:chrome_86.0"
}
Expand All @@ -665,8 +665,8 @@ chrome:
versions:
'85.0':
image: selenoid/vnc:chrome_85.0
kernelCaps:
- SYS_ADMIN
kernelCaps:
- SYS_ADMIN
'86.0':
image: selenoid/vnc:chrome_86.0
```
Expand Down

0 comments on commit 67eb0d6

Please sign in to comment.