1
1
# Docker
2
2
3
- This Dockerfile enable running Azure-PowerShell in a container for each Linux distribution we support.
4
3
4
+ ## Overview
5
+ This Dockerfile enable running Azure-PowerShell in a container for OS we support.
6
+
7
+
8
+ ## Configuration
5
9
This requires Docker 17.05 or newer.
6
10
It also expects you to be able to run Docker without ` sudo ` .
7
11
Please follow [ Docker's official instructions] [ install ] to install ` docker ` correctly.
8
12
9
13
[ install ] : https://docs.docker.com/engine/installation/
10
14
15
+
11
16
## Release
12
17
13
18
The release containers derive from the [ Powershell image] [ powershell image ] , and then install the Az package.
@@ -16,6 +21,7 @@ The release containers derive from the [Powershell image][powershell image], and
16
21
17
22
TODO: link to azure-powershell release page
18
23
24
+
19
25
## Examples
20
26
21
27
### Download/Update image
@@ -61,6 +67,7 @@ $ docker images
61
67
docker rmi mcr.microsoft.com/azureps/azure-powershell
62
68
```
63
69
70
+
64
71
## Developing and Contributing
65
72
66
73
Please see the [ Contribution Guide] [ ] for general information about how to develop and contribute.
@@ -71,12 +78,15 @@ If you do not see your problem captured, please file a [new issue][] and follow
71
78
[ Contribution Guide ] : https://github.com/Azure/azure-powershell/blob/master/CONTRIBUTING.md
72
79
[ GitHub issues ] : https://github.com/Azure/azure-powershell/issues
73
80
[ new issue ] :https://github.com/Azure/azure-powershell/issues/new
81
+
82
+
74
83
## Legal and Licensing
75
84
76
85
Azure-PowerShell is licensed under the [ MIT license] [ ] .
77
86
78
87
[ MIT license ] : https://github.com/Azure/azure-powershell/blob/master/LICENSE.txt
79
88
89
+
80
90
## [ Code of Conduct] [ conduct-md ]
81
91
82
92
This project has adopted the [ Microsoft Open Source Code of Conduct] [ conduct-code ] .
0 commit comments