Skip to content

Commit 582b98a

Browse files
committed
Minor edit
1 parent ba46d90 commit 582b98a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

reference/docs-conceptual/install/PowerShell-in-Docker.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: How to use PowerShell that's preinstalled in a Docker image.
33
ms.date: 03/11/2025
44
ms.devlang: powershell
55
ms.topic: conceptual
6-
title: Using PowerShell in Docker
6+
title: Use PowerShell in Docker
77
---
88

9-
# Using PowerShell in Docker
9+
# Use PowerShell in Docker
1010

1111
The .NET team publishes Docker images with PowerShell preinstalled. This article shows you how to
1212
get started using PowerShell in the Docker container.
1313

14-
## Finding available images
14+
## Find available images
1515

1616
These images require Docker 17.05 or newer. It's also expected that you are able to run Docker
1717
without `sudo` or local administrative rights. Please follow Docker's official [instructions][02] to
@@ -21,10 +21,7 @@ The .NET team publishes several Docker images designed for different development
2121
image for the .NET SDK contains PowerShell. For more information, see
2222
[Official .NET Docker images][01].
2323

24-
## Using PowerShell in a container
25-
26-
The following steps show the Docker commands required to download the image containing the latest
27-
available stable version of PowerShell and start an interactive PowerShell session.
24+
## Use PowerShell in a container
2825

2926
The following command downloads the image containing the latest available stable versions of the
3027
.NET SDK and PowerShell.

0 commit comments

Comments
 (0)