Skip to content

Commit c91b56c

Browse files
authored
Merge pull request dotnet#36444 from dotnet/fix-36419
Update publish-as-container.md
2 parents fab73a8 + 61c5296 commit c91b56c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ You can control many aspects of the generated container through MSBuild properti
135135
> [!NOTE]
136136
> The only exceptions to this are `RUN` commands. Due to the way containers are built, those cannot be emulated. If you need this functionality, you'll need to use a _Dockerfile_ to build your container images.
137137
138-
> [!IMPORTANT]
139-
> Currently, only Linux containers are supported.
140-
141138
### `ContainerBaseImage`
142139

143140
The container base image property controls the image used as the basis for your image. By default, the following values are inferred based on the properties of your project:

0 commit comments

Comments
 (0)