Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8f7bdc0

Browse files
committed
Update appPort comment
1 parent 141bd34 commit 8f7bdc0

File tree

48 files changed

+96
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+96
-48
lines changed

container-templates/dockerfile/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"terminal.integrated.shell.linux": "/bin/bash"
2626
},
2727

28-
// Uncomment the next line if you want to publish any ports.
28+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
29+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2930
// "appPort": [],
3031

3132
// Uncomment the next line to run commands after the container is created.

container-templates/image/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"terminal.integrated.shell.linux": "/bin/bash"
2323
},
2424

25-
// Uncomment the next line if you want to publish any ports.
25+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
26+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2627
// "appPort": [],
2728

2829
// Uncomment the next line to run commands after the container is created - like installing git

containers/alpine-3.10-git/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"terminal.integrated.shell.linux": "/bin/ash"
2020
},
2121

22-
// Uncomment the next line if you want to publish any ports.
22+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
23+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2324
// "appPort": [],
2425

2526
// Uncomment the next line to run commands after the container is created.

containers/azure-ansible/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
}
2323
},
2424

25-
// Uncomment the next line if you want to publish any ports.
25+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
26+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2627
// "appPort": [],
2728

2829
// Uncomment the next line to run commands after the container is created.

containers/azure-blockchain/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"terminal.integrated.shell.linux": "/bin/bash"
99
},
1010

11-
// Uncomment the next line if you want to publish any ports.
11+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
12+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
1213
// "appPort": [],
1314

1415
// Uncomment the next line to run commands after the container is created.

containers/azure-cli/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"terminal.integrated.shell.linux": "/bin/bash"
2020
},
2121

22-
// Uncomment the next line if you want to publish any ports.
22+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
23+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2324
// "appPort": [],
2425

2526
// Uncomment the next line to run commands after the container is created.

containers/azure-machine-learning-python-3/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"python.linting.enabled": true
2424
},
2525

26-
// Uncomment the next line if you want to publish any ports.
26+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
27+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2728
// "appPort": [],
2829

2930
// Uncomment the next line to run commands after the container is created.

containers/azure-terraform/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
}
2323
},
2424

25-
// Uncomment the next line if you want to publish any ports.
25+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
26+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2627
// "appPort": [],
2728

2829
// Uncomment the next line to run commands after the container is created.

containers/bazel/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"terminal.integrated.shell.linux": "/bin/bash"
2020
},
2121

22-
// Uncomment the next line if you want to publish any ports.
22+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
23+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2324
// "appPort": [],
2425

2526
// Uncomment the next line to run commands after the container is created.

containers/cpp/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"terminal.integrated.shell.linux": "/bin/bash"
1717
},
1818

19-
// Uncomment the next line if you want to publish any ports.
19+
// Use 'appPort' to create a container with published ports. If the port isn't working, be sure
20+
// your server accepts connections from all interfaces (0.0.0.0 or '*'), not just localhost.
2021
// "appPort": [],
2122

2223
// Uncomment the next line to run commands after the container is created.

0 commit comments

Comments
 (0)