Skip to content

Commit b89e130

Browse files
authored
add link about switching container types (#20208)
Clear up confusion about switching to windows containers. I initially got stuck on this step.
1 parent d68f4c7 commit b89e130

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/host-and-deploy/docker/building-net-docker-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The sample Dockerfile uses the [Docker multi-stage build feature](https://docs.d
8484

8585
## Run in a Linux container
8686

87-
* In the Docker client, switch to Linux containers.
87+
* In the Docker client, [switch to Linux containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers).
8888

8989
* Navigate to the Dockerfile folder at *dotnet-docker/samples/aspnetapp*.
9090

@@ -110,7 +110,7 @@ The sample Dockerfile uses the [Docker multi-stage build feature](https://docs.d
110110

111111
## Run in a Windows container
112112

113-
* In the Docker client, switch to Windows containers.
113+
* In the Docker client, [switch to Windows containers](https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers).
114114

115115
Navigate to the docker file folder at `dotnet-docker/samples/aspnetapp`.
116116

@@ -259,4 +259,4 @@ As noted in the preceding Dockerfile, the `*.csproj` files are copied and restor
259259
The Git repository that contains the sample app also includes documentation. For an overview of the resources available in the repository, see [the README file](https://github.com/dotnet/dotnet-docker/blob/master/samples/aspnetapp/README.md). In particular, learn how to implement HTTPS:
260260

261261
> [!div class="nextstepaction"]
262-
> [Developing ASP.NET Core Applications with Docker over HTTPS](https://github.com/dotnet/dotnet-docker/blob/master/samples/run-aspnetcore-https-development.md)
262+
> [Developing ASP.NET Core Applications with Docker over HTTPS](https://github.com/dotnet/dotnet-docker/blob/master/samples/run-aspnetcore-https-development.md)

0 commit comments

Comments
 (0)