Skip to content

Commit 5150fb9

Browse files
devcontainers-botgithub-actions
andauthored
Automated documentation update (#1097)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent 808ee38 commit 5150fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/desktop-lite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To set up the `6080` port from your `devcontainer.json` file, include the follow
4242
You can also connect to the desktop using a [VNC viewer](https://www.realvnc.com/en/connect/download/viewer/). To do so:
4343

4444
1. Connect to the environment from a desktop tool that supports the dev container spec (e.g., VS Code client).
45-
1. Forward the VNC server port (`5901` by default) to your local machine using either the `forwardPorts` property in `devcontainer.json` or the user interface in your tool (e.g., you can press <kbd>F1</kbd> or <kbd>Ctrl/Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> and select **Ports: Focus on Ports View** in VS Code to bring it into focus).
45+
1. Forward the VNC server port (`5901` by default) to your local machine using either the `forwardPorts` property in `devcontainer.json` or the user interface in your tool (e.g., you can press <kbd>F1</kbd> or <kbd>Ctrl/Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> and select **Ports: Focus on Ports View** in VS Code to bring it into focus). If you are using the [Dev Container CLI](https://github.com/devcontainers/cli), you should instead use the `appPort` property in `devcontainer.json`.
4646
1. Start your VNC Viewer and connect to localhost:5901. Note that you may need to bump up the color depth to 24 bits to see full color.
4747
1. Enter the desktop password (`vscode` by default).
4848

0 commit comments

Comments
 (0)