Skip to content

Commit ee51bd3

Browse files
authored
Update docs/containers/container-launch-settings.md
1 parent c143b61 commit ee51bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/containers/container-launch-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The commandName setting identifies that this section applies to Container Tools.
7777
| Setting name | Example | Description |
7878
| -------------------- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
7979
| commandLineArgs | "commandLineArgs": "--mysetting myvalue" | These command-line arguments for starting your app are used when launching your project in the container. |
80-
|DockerfileRunArguments|"dockerfileRunArguments": "-l mylabel=value"|Additional arguments to pass to the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command. Starting in VS 17.3 Preview 2 support for replacement tokens has been added:<br/><br/> - {ProjectDir} - Full path to the project directory. <br/><br/> - {OutDir} - The value of the MSBuild property OutDir.|
80+
|DockerfileRunArguments|"dockerfileRunArguments": "-l mylabel=value"|Additional arguments to pass to the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command. In Visual Studio 17.3 Preview 2 and later, support for replacement tokens has been added:<br/><br/> - {ProjectDir} - Full path to the project directory. <br/><br/> - {OutDir} - The value of the MSBuild property OutDir.|
8181
| environmentVariables | "environmentVariables": {<br/> "ASPNETCORE_URLS": "https://+:443;http://+:80", <br/> "ASPNETCORE_HTTPS_PORT": "44381" <br/> } | These environment variable values are passed to the process when it is launched in the container. |
8282
| httpPort | "httpPort": 24051 | This port on the host is mapped to the container's port 80 when launching the container. |
8383
| launchBrowser | "launchBrowser": true | Indicates whether to launch the browser after successfully launching the project. |

0 commit comments

Comments
 (0)