Skip to content

Commit

Permalink
Automated documentation update (#596)
Browse files Browse the repository at this point in the history
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
samruddhikhandale and github-actions authored Jun 28, 2023
1 parent 972fdff commit 610286c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/desktop-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 610286c

Please sign in to comment.