Skip to content

Commit fd71dc4

Browse files
authored
Added update image note (#3685)
1 parent a16f166 commit fd71dc4

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs-conceptual/azps-14.2.0/azureps-in-docker.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
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.
34
ms.custom: devx-track-azurepowershell
45
ms.devlang: powershell
56
ms.service: azure-powershell
6-
title: How to run Azure PowerShell in a Docker container
77
---
88

9-
# Using Azure PowerShell in a Docker container
9+
# Run Azure PowerShell in a Docker container
1010

1111
We publish Docker images with Azure PowerShell preinstalled. You can use Docker to run a standalone
1212
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.
1414

1515
## Finding available images
1616

@@ -25,10 +25,15 @@ modules supported with the Az PowerShell module.
2525

2626
You can find a complete list of Azure PowerShell Docker images on our [Docker image][az-image] page.
2727

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+
2833
## Using Azure PowerShell in a container
2934

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
36+
interactive PowerShell session.
3237

3338
# [amd64](#tab/amd64)
3439

0 commit comments

Comments
 (0)