Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
972fdffa
Unverified
Commit
972fdffa
authored
Jun 28, 2023
by
Melissa Weber Mendonça
Committed by
GitHub
Jun 28, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add instructions to set up port forwarding on devcontainer.json file (#593)
parent
ccce957d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
NOTES.md
src/desktop-lite/NOTES.md
+10
-0
No files found.
src/desktop-lite/NOTES.md
View file @
972fdffa
...
...
@@ -6,6 +6,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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment