Skip to content

Commit bd0c717

Browse files
Bot Updating Documentation
1 parent 03a5509 commit bd0c717

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/images/docker-wireshark.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
7373

7474
| Variable | Description |
7575
| :----: | --- |
76+
| PIXELFLUX_WAYLAND | **Experimental** If set to true the container will initialize in Wayland mode running [Smithay](https://github.com/Smithay/smithay) and Labwc while enabling zero copy encoding with a GPU |
7677
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `3000` |
7778
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `3001` |
7879
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
@@ -127,6 +128,30 @@ To launch the desktop session in a different language, set the `LC_ALL` environm
127128
* `-e LC_ALL=nl_NL.UTF-8` - Netherlands
128129
* `-e LC_ALL=it_IT.UTF-8` - Italian
129130

131+
### SealSkin Compatibility
132+
133+
This container is compatible with [SealSkin](https://github.com/linuxserver/docker-sealskin).
134+
135+
SealSkin is a self-hosted, client-server platform that provides secure authentication and collaboration features while using a browser extension to intercept user actions such as clicking a link or downloading a file and redirect them to a secure, isolated application environment running on a remote server.
136+
137+
* **SealSkin Server:** [Get it Here](https://github.com/linuxserver/docker-sealskin)
138+
* **Browser Extension:** [Install Here](https://chromewebstore.google.com/detail/sealskin-isolation/lclgfmnljgacfdpmmmjmfpdelndbbfhk)
139+
140+
### All GPU Acceleration - use sane resolutions
141+
142+
When using 3d acceleration via Nvidia DRM or DRI3 it is important to clamp the virtual display to a reasonable max resolution. This can be achieved with the environment setting:
143+
144+
* `-e MAX_RESOLUTION=3840x2160`
145+
146+
This will set the total virtual framebuffer to 4K, you can also set a manual resolution to achieve this.
147+
By default the virtual monitor in the session is 16K to support large monitors and dual display configurations. Leaving it this large has no impact on CPU based performance but costs GPU memory usage and memory bandwidth when leveraging one for acceleration. If you have performance issues in an accelerated session, try clamping the resolution to 1080p and work up from there:
148+
149+
```
150+
-e SELKIES_MANUAL_WIDTH=1920
151+
-e SELKIES_MANUAL_HEIGHT=1080
152+
-e MAX_RESOLUTION=1920x1080
153+
```
154+
130155
### DRI3 GPU Acceleration
131156

132157
For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using:
@@ -620,13 +645,14 @@ To help with development, we generate this dependency graph.
620645
svc-xsettingsd -> legacy-services
621646
}
622647
Base Images: {
623-
"baseimage-selkies:alpine322" <- "baseimage-alpine:3.22"
648+
"baseimage-selkies:alpine323" <- "baseimage-alpine:3.23"
624649
}
625650
"wireshark:latest" <- Base Images
626651
```
627652

628653
## Versions
629654

655+
* **28.12.25:** - Add Wayland init logic, rebase to Alpine 3.23.
630656
* **12.07.25:** - Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED.
631657
* **06.12.24:** - Rebase to Alpine 3.21.
632658
* **23.05.24:** - Rebase to Alpine 3.20.

0 commit comments

Comments
 (0)