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.
362
366
367
+
## Shell Access
368
+
369
+
To access the shell of a running container, execute the following command:
370
+
371
+
```shell
372
+
docker exec -ti CONTAINER sh
373
+
```
374
+
375
+
Where `CONTAINER` is the ID or the name of the container used during its
376
+
creation.
377
+
363
378
## Accessing the GUI
364
379
365
380
Assuming the container's ports are mapped to the same host's ports, access the
@@ -620,7 +635,7 @@ window to open it.
620
635
| **Keyboard** icon | Toggle the on-screen keyboard. Visible only on touch devices. |
621
636
| **Fullscreen** icon | Toggle fullscreen mode for the browser window. |
622
637
| **Hand** icon| Allows dragging/moving the application window. Visible only when **Scaling Mode** is *None* and **Clip to Window** is enabled.
623
-
| **Folder** icon | Opens the intgegrated file browser. Visible only when the [file manager](#web-file-manager) is enabled. |
638
+
| **Folder** icon | Opens the integrated file browser. Visible only when the [file manager](#web-file-manager) is enabled. |
624
639
| **Terminal** icon | Opens the integrated terminal. Visibile only when the [terminal](#web-terminal) is enabled. |
625
640
| **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. |
626
641
| **Clear** button | Clears the clipboard. Hidden when [automatic clipboard synchronization](#automatic-clipboard-sync) is active. |
0 commit comments