File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs-conceptual/azps-14.2.0 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,27 +35,27 @@ PowerShell session.
35
35
1 . Download the latest azure-powershell image.
36
36
37
37
``` console
38
- docker pull mcr.microsoft.com/azure-powershell:mariner-2
38
+ docker pull mcr.microsoft.com/azure-powershell:azurelinux-3.0
39
39
```
40
40
41
41
1 . Run the azure-powershell container in interactive mode:
42
42
43
43
``` console
44
- docker run -it mcr.microsoft.com/azure-powershell:mariner-2 pwsh
44
+ docker run -it mcr.microsoft.com/azure-powershell:azurelinux-3.0 pwsh
45
45
```
46
46
47
47
# [ arm64] ( #tab/arm64 )
48
48
49
49
1 . Download the latest azure-powershell image.
50
50
51
51
``` console
52
- docker pull mcr.microsoft.com/azure-powershell:mariner-2 -arm64
52
+ docker pull mcr.microsoft.com/azure-powershell:azurelinux-3.0 -arm64
53
53
```
54
54
55
55
1 . Run the azure-powershell container in interactive mode:
56
56
57
57
``` console
58
- docker run -it mcr.microsoft.com/azure-powershell:mariner-2 -arm64 pwsh
58
+ docker run -it mcr.microsoft.com/azure-powershell:azurelinux-3.0 -arm64 pwsh
59
59
```
60
60
61
61
---
@@ -71,13 +71,13 @@ The following command deletes the Docker container when you no longer need it.
71
71
# [ amd64] ( #tab/amd64 )
72
72
73
73
``` console
74
- docker rmi mcr.microsoft.com/azure-powershell:mariner-2
74
+ docker rmi mcr.microsoft.com/azure-powershell:azurelinux-3.0
75
75
```
76
76
77
77
# [ arm64] ( #tab/arm64 )
78
78
79
79
``` console
80
- docker rmi mcr.microsoft.com/azure-powershell:mariner-2 -arm64
80
+ docker rmi mcr.microsoft.com/azure-powershell:azurelinux-3.0 -arm64
81
81
```
82
82
83
83
---
You can’t perform that action at this time.
0 commit comments