You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-conceptual/azps-14.2.0/azureps-in-docker.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
description: Learn how to run a Docker container hosting Azure PowerShell. Docker gets you started quickly with an isolated environment in which to run Azure PowerShell.
2
+
title: Run Azure PowerShell in a Docker container
3
+
description: Learn how to run Azure PowerShell in a Docker container using official Microsoft images. Quickly set up and manage Azure resources in an isolated environment.
3
4
ms.custom: devx-track-azurepowershell
4
5
ms.devlang: powershell
5
6
ms.service: azure-powershell
6
-
title: How to run Azure PowerShell in a Docker container
7
7
---
8
8
9
-
# Using Azure PowerShell in a Docker container
9
+
# Run Azure PowerShell in a Docker container
10
10
11
11
We publish Docker images with Azure PowerShell preinstalled. You can use Docker to run a standalone
12
12
Linux container with Azure PowerShell preinstalled. This article shows you how to use Azure
13
-
PowerShell in the Docker container.
13
+
PowerShell in a Docker container.
14
14
15
15
## Finding available images
16
16
@@ -25,10 +25,15 @@ modules supported with the Az PowerShell module.
25
25
26
26
You can find a complete list of Azure PowerShell Docker images on our [Docker image][az-image] page.
27
27
28
+
> [!IMPORTANT]
29
+
> These images are built from official operating system (OS) images provided by the OS distributor.
30
+
> These images might not have the latest security updates. Microsoft recommends that you update the
31
+
> OS packages to the latest version to ensure the latest security updates are applied.
32
+
28
33
## Using Azure PowerShell in a container
29
34
30
-
The following steps show the Docker commands required to download the image and start an interactive
31
-
PowerShell session.
35
+
The following steps outline the Docker commands necessary to download the image and start an
0 commit comments