Skip to content

Commit 3309b9e

Browse files
Update changelog.md
1 parent d4142e5 commit 3309b9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opsdocs/docs/4.3/setup/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The prominent changes for this release are:
1515
> For example you can add firefox from alpine, and firefox from debian, and firefox from ubuntu, and firefox from rockylinux in the same desktop
1616
* Add new volumes support in `od.config` file
1717
* Allow changes for on-premise intregration
18+
19+
Default volumes
1820
```python
1921
'default_volumes': {
2022
'uinput' : { 'name': 'uinput', 'hostPath': { 'path': '/dev/uinput', 'type': 'CharDevice' } },
@@ -31,6 +33,10 @@ The prominent changes for this release are:
3133
'extrausers': { 'name': 'extrausers', 'emptyDir': { 'medium': 'Memory', 'sizeLimit': '1M' } },
3234
'sudoers': { 'name': 'sudoers', 'emptyDir': { 'medium': 'Memory', 'sizeLimit': '1M' } },
3335
},
36+
```
37+
38+
are mounted as
39+
```python
3440
'default_volumes_mount': {
3541
'uinput' : { 'name': 'uinput', 'mountPath': '/dev/uinput' },
3642
'input' : { 'name': 'input', 'mountPath': '/dev/input' },

0 commit comments

Comments
 (0)