You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ For information about how to choose your preferred dev container configuration w
55
55
56
56
When configuring your dev container, consider security implications, especially for port forwarding and network access:
57
57
58
-
-**Port visibility**: By default, forwarded ports are private to you. Consider whether ports need to be accessible to your organization or publicly accessible
59
-
-**Automated port configuration**: Use `postAttachCommand` with the {% data variables.product.prodname_cli %} to automatically apply consistent port visibility settings
60
-
-**Organization policies**: Work within your organization's port visibility policies if they have restrictions in place
61
-
-**Minimal port exposure**: Only forward ports that are necessary for development and testing
58
+
***Port visibility**: By default, forwarded ports are private to you. Consider whether ports need to be accessible to your organization or publicly accessible
59
+
***Automated port configuration**: Use `postAttachCommand` with the {% data variables.product.prodname_cli %} to automatically apply consistent port visibility settings
60
+
***Organization policies**: Work within your organization's port visibility policies if they have restrictions in place
61
+
***Minimal port exposure**: Only forward ports that are necessary for development and testing
62
62
63
63
For detailed guidance on secure port forwarding configurations, see [AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/securing-port-forwarding-in-dev-containers).
0 commit comments