Skip to content

Commit 81c9768

Browse files
committed
remove linux only messaging
1 parent abd8c18 commit 81c9768

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

docs/ContainerCustomization.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ You can control many aspects of the generated container through MSBuild properti
55
> **Note**
66
> The only exception to this is `RUN` commands - due to the way we build containers, those cannot be emulated. If you need this functionality, you will need to use a Dockerfile to build your container images.
77
8-
> **Note**
9-
> This package only supports Linux containers in this version.
10-
118
## ContainerBaseImage
129

1310
This property controls the image used as the basis for your image. By default, we will infer the following values for you based on the properties of your project:

docs/GettingStarted.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ The `Microsoft.NET.Build.Containers` package infers a number of properties about
2121
<!--The `Microsoft.NET.Build.Containers` package provides full control over the preceding properties. -->
2222
For more information, see [Customizing a container](./ContainerCustomization.md)
2323

24-
> **Note**
25-
> This package only supports Linux containers in this version.
2624

2725
> **Note**
2826
> If you are publishing a console application (or any non-Web project) you will need to add the `/t:PublishContainer` option to the command line above. See [dotnet/sdk-container-builds#141](https://github.com/dotnet/sdk-container-builds/issues/141) for more details.

docs/ZeroToContainer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ You should expect it to shrink noticeably over time!
77

88
* [.NET SDK 7.0.100-preview.7](https://dotnet.microsoft.com/download/dotnet/7.0) or higher
99
* Docker should be installed and running
10-
* On Windows, Docker must be [configured for Linux containers](https://docs.microsoft.com/virtualization/windowscontainers/quick-start/quick-start-windows-10-linux)
1110

1211
## Usage
1312

packaging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Pushed container '<your app name>:<your app version>' to registry 'docker://'
1717

1818
Out of the box, this package will infer a number of properties about the generated container image, including which base image to use, which version of that image to use, and where to push the generated image. You have control over all of these properties, however. You can read more about these customizations [here](https://aka.ms/dotnet/containers/customization).
1919

20-
**Note**: This package only supports Linux containers in this version.
2120

2221
**Note**: This package only supports Web projects (those that use the `Microsoft.NET.Sdk.Web` SDK) in this version.

0 commit comments

Comments
 (0)