Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f83570

Browse files
committed
lists into table; access ports
1 parentc5e8e7e commit9f83570

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

‎docs/user-guides/workspace-access/port-forwarding.md‎

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,17 @@ Port forwarding lets developers securely access processes on their Coder
66
workspace from a local machine. A common use case is testing web applications in
77
a browser.
88

9-
There are multiple ways to forward ports in Coder:
10-
11-
-[Coder Desktop](../desktop/index.md)
12-
- The`coder port-forward` command
13-
- Dashboard
14-
- SSH
15-
16-
The performance of these methods generally follows in the following order.
17-
18-
1. Coder Desktop: as it uses a VPN tunnel to your workspace and provides access to all running ports.
19-
1. The`coder port-forward` command.
20-
1. The Dashboard, which proxies traffic through the Coder control plane versus
21-
peer-to-pee,r which is possible with the Coder CLI and Coder Desktop.
22-
1.`ssh`, which does double encryption of traffic with both Wireguard and SSH.
9+
| Method| Details|
10+
|:----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
11+
|[Coder Desktop](../desktop/index.md)| Uses a VPN tunnel to your workspace and provides access to all running ports.|
12+
|[`coder port-forward` command](#the-coder-port-forward-command)| Can be used to forward TCP or UDP ports from the remote workspace so they can be accessed locally.|
13+
|[Dashboard](#dashboard)| Proxies traffic through the Coder control plane versus peer-to-peer which is possible with the Coder CLI and Coder Desktop.|
14+
|[SSH](#ssh)| Double-encrypts traffic with both Wireguard and SSH.|
2315

2416
##Coder Desktop
2517

2618
[Coder Desktop](../desktop/index.md) provides seamless access to your remote workspaces, eliminating the need to install a CLI or manually configure port forwarding.
27-
Just install and access all your ports at`<workspace-name>.coder:PORT`.
19+
Access all your ports at`<workspace-name>.coder:PORT`.
2820

2921
##The`coder port-forward` command
3022

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp