Skip to content

Commit d6bf443

Browse files
authored
Slightly inaccurate verbiage (#44143)
1 parent a9871af commit d6bf443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/docker/publish-as-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The preceding .NET CLI command publishes the app as a container:
111111
- Specifying an x64 architecture (`--arch x64`).
112112

113113
> [!IMPORTANT]
114-
> To build the container locally, you must have the Docker daemon running. If it isn't running when you attempt to publish the app as a container, you'll experience an error similar to the following:
114+
> To publish the container locally, you must have the Docker daemon running. If it isn't running when you attempt to publish the app as a container, you'll experience an error similar to the following:
115115
>
116116
> ```console
117117
> ..\build\Microsoft.NET.Build.Containers.targets(66,9): error MSB4018:

0 commit comments

Comments
 (0)