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
Use the `uid` (user ID) and `gid` (group ID) values to configure the container.
395
399
400
+
## Shell Access
401
+
402
+
To access the shell of a running container, execute the following command:
403
+
404
+
```shell
405
+
docker exec -ti CONTAINER sh
406
+
```
407
+
408
+
Where `CONTAINER` is the ID or the name of the container used during its
409
+
creation.
410
+
396
411
## Accessing the GUI
397
412
398
413
Assuming the container's ports are mapped to the same host's ports, access the
@@ -653,7 +668,7 @@ window to open it.
653
668
|**Keyboard** icon | Toggle the on-screen keyboard. Visible only on touch devices. |
654
669
|**Fullscreen** icon | Toggle fullscreen mode for the browser window. |
655
670
|**Hand** icon| Allows dragging/moving the application window. Visible only when **Scaling Mode** is *None* and **Clip to Window** is enabled.
656
-
|**Folder** icon | Opens the intgegrated file browser. Visible only when the [file manager](#web-file-manager) is enabled. |
671
+
|**Folder** icon | Opens the integrated file browser. Visible only when the [file manager](#web-file-manager) is enabled. |
657
672
|**Terminal** icon | Opens the integrated terminal. Visibile only when the [terminal](#web-terminal) is enabled. |
658
673
|**Clipboard** text box| Mirrors the application’s clipboard. Any text typed or pasted here is sent to the application, and text copied inside the application automatically appears here. Hidden when [automatic clipboard synchronization](#automatic-clipboard-sync) is active. |
659
674
|**Clear** button | Clears the clipboard. Hidden when [automatic clipboard synchronization](#automatic-clipboard-sync) is active. |
0 commit comments