Skip to content

Commit 8596e16

Browse files
authored
Merge pull request #6338 from ghogen/docker-issuesy
Docker launch settings clarification
2 parents 4362f79 + 0eaf583 commit 8596e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-launch-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The commandName setting identifies that this section applies to Container Tools.
5555

5656
| Setting name | Example | Description |
5757
| -------------------- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
58-
| commandLineArgs | "commandLineArgs": "--mysetting myvalue" | These command-line arguments are used when launching your project in the container. |
58+
| commandLineArgs | "commandLineArgs": "--mysetting myvalue" | These command-line arguments for starting your app are used when launching your project in the container. |
5959
| environmentVariables | "environmentVariables": { | These environment variable values are passed to the process when it is launched in the container. |
6060
| | "ASPNETCORE_URLS": "https://+:443;http://+:80", | |
6161
| | "ASPNETCORE_HTTPS_PORT": "44381" | |

0 commit comments

Comments
 (0)