Skip to content

Commit f23176d

Browse files
authored
Update docs/containers/container-build-from-command-line.md
1 parent f83cd7f commit f23176d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-build-from-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To view the MSBuild logs, see [Obtaining build logs with MSBuild](../msbuild/obt
6565

6666
## Build from the command line
6767

68-
Visual Studio uses Fast Mode (if enabled) to produce a container image configured to work best for development and debugging so we don't recommend copying the docker build commands from the Output window in a regular build. To build a standard image without nonstandard optimizations you can right-click on the Dockerfile and choose the **Build Docker image** option You can lift the command lines from the Build tab of the Output window with a few caveats and considerations due to the way Visual Studio builds images.
68+
Visual Studio uses Fast Mode (if enabled) to produce a container image configured to work best for development and debugging, so we don't recommend copying the docker build commands from the Output window after a Fast Mode build. To build a standard image without nonstandard optimizations, you can right-click on the Dockerfile and choose the **Build Docker image** option.
6969

7070
Visual Studio uses the `dev` tag to designate images that it has specially prepared to optimize the startup time during debugging. However, these images shouldn't be used outside of the context of Visual Studio. This tag is an indication the images have nonstandard modifications and customizations, for example, to support Fast Mode debugging. See [Customize Docker containers in Visual Studio](container-build.md).
7171

0 commit comments

Comments
 (0)