Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
alcounit authored Apr 1, 2021
1 parent 67eb0d6 commit 2aac7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ chrome:
image: selenoid/vnc:chrome_86.0
```
## Custom UID and GID for browser pod
### Custom UID and GID for browser pod
Browser pod can be run with custom UID and GID. To do so set runAs property for specific browser globally or per each browser version.
``` json
{
Expand Down Expand Up @@ -634,7 +634,7 @@ chrome:
image: selenoid/vnc:chrome_86.0
```
## Custom Kernel Capabilities
### Custom Kernel Capabilities
In some cases you may need to run browser container with custom Linux capabilities. To do so set kernelCaps property for specific browser globally or per each browser version.
``` json
{
Expand Down Expand Up @@ -759,4 +759,4 @@ data:
kind: ConfigMap
...
```
Currently this project is under development and can be unstable, in case of any bugs or ideas please report
Currently this project is under development and can be unstable, in case of any bugs or ideas please report

0 comments on commit 2aac7a8

Please sign in to comment.