You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,15 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse
83
83
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128`|
84
84
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8``ar_AE.UTF-8`|
85
85
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
86
-
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
86
+
| NO_FULL | Do not automatically fullscreen applications when using openbox. |
87
87
88
88
#### Optional run configurations
89
89
90
90
| Variable | Description |
91
91
| :----: | --- |
92
92
|`--privileged`| Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. |
93
93
|`-v /var/run/docker.sock:/var/run/docker.sock`| Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. |
94
-
|`--device /dev/dri:/dev/dri`| Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
94
+
|`--device /dev/dri:/dev/dri`| Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
95
95
96
96
### Language Support - Internationalization
97
97
@@ -328,6 +328,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
328
328
329
329
## Versions
330
330
331
+
***01.07.24:** - Rebase to Noble.
331
332
***10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
project_blurb: "[MySQL Workbench]({{ project_url }}) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more."
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
24
17
param_usage_include_vols: true
25
18
param_volumes:
26
19
- { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores program settings." }
@@ -57,15 +50,15 @@ app_setup_block: |
57
50
| DRINODE | If mounting in /dev/dri for [DRI3 GPU Acceleration](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) allows you to specify the device to use IE `/dev/dri/renderD128` |
58
51
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
59
52
| NO_DECOR | If set the application will run without window borders for use as a PWA. |
60
-
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
53
+
| NO_FULL | Do not automatically fullscreen applications when using openbox. |
61
54
62
55
#### Optional run configurations
63
56
64
57
| Variable | Description |
65
58
| :----: | --- |
66
59
| `--privileged` | Will start a Docker in Docker (DinD) setup inside the container to use docker in an isolated environment. For increased performance mount the Docker directory inside the container to the host IE `-v /home/user/docker-data:/var/lib/docker`. |
67
60
| `-v /var/run/docker.sock:/var/run/docker.sock` | Mount in the host level Docker socket to either interact with it via CLI or use Docker enabled applications. |
68
-
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated appplications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
61
+
| `--device /dev/dri:/dev/dri` | Mount a GPU into the container, this can be used in conjunction with the `DRINODE` environment variable to leverage a host video card for GPU accelerated applications. Only **Open Source** drivers are supported IE (Intel,AMDGPU,Radeon,ATI,Nouveau) |
69
62
70
63
### Language Support - Internationalization
71
64
@@ -87,6 +80,7 @@ app_setup_block: |
87
80
88
81
# changelog
89
82
changelogs:
83
+
- { date: "01.07.24:", desc: "Rebase to Noble." }
90
84
- { date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon." }
0 commit comments