aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-06-29 00:17:06 +0300
committerGitHub <noreply@github.com>2023-06-29 00:17:06 +0300
commit610286c369717c64610133e9b898a84c9dbecea3 (patch)
tree97b7f01101bc1c59121e69cec05da6fd62037736
parent972fdffa717bad7d5db8d3f8e88a65d7953a34cc (diff)
Automated documentation update (#596)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/desktop-lite/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md
index ad05e4f..4839792 100644
--- a/src/desktop-lite/README.md
+++ b/src/desktop-lite/README.md
@@ -29,6 +29,16 @@ This feature provides two ways of connecting to the desktop environment it adds.
1. Open the ports view in your tool, select the noVNC port, and click the Globe icon.
1. In the browser that appears, click the **Connect** button and enter the desktop password (`vscode` by default).
+To set up the `6080` port from your `devcontainer.json` file, include the following:
+```json
+ "forwardPorts": [6080],
+ "portsAttributes": {
+ "6080": {
+ "label": "desktop"
+ }
+ }
+```
+
You can also connect to the desktop using a [VNC viewer](https://www.realvnc.com/en/connect/download/viewer/). To do so:
1. Connect to the environment from a desktop tool that supports the dev container spec (e.g., VS Code client).