Skip to content

Commit 1383bb1

Browse files
committed
update content of docker readme
1 parent bca24cb commit 1383bb1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docker/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Docker
22

3-
This Dockerfile enable running Azure-PowerShell in a container for each Linux distribution we support.
43

4+
## Overview
5+
This Dockerfile enable running Azure-PowerShell in a container for OS we support.
6+
7+
8+
## Configuration
59
This requires Docker 17.05 or newer.
610
It also expects you to be able to run Docker without `sudo`.
711
Please follow [Docker's official instructions][install] to install `docker` correctly.
812

913
[install]: https://docs.docker.com/engine/installation/
1014

15+
1116
## Release
1217

1318
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
1621

1722
TODO: link to azure-powershell release page
1823

24+
1925
## Examples
2026

2127
### Download/Update image
@@ -61,6 +67,7 @@ $ docker images
6167
docker rmi mcr.microsoft.com/azureps/azure-powershell
6268
```
6369

70+
6471
## Developing and Contributing
6572

6673
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
7178
[Contribution Guide]: https://github.com/Azure/azure-powershell/blob/master/CONTRIBUTING.md
7279
[GitHub issues]: https://github.com/Azure/azure-powershell/issues
7380
[new issue]:https://github.com/Azure/azure-powershell/issues/new
81+
82+
7483
## Legal and Licensing
7584

7685
Azure-PowerShell is licensed under the [MIT license][].
7786

7887
[MIT license]: https://github.com/Azure/azure-powershell/blob/master/LICENSE.txt
7988

89+
8090
## [Code of Conduct][conduct-md]
8191

8292
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].

tools/docker/GetArtifacts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ param(
1515
[Parameter(Mandatory = $false, Position = 1)]
1616
[string]$Artifacts,
1717

18-
[Parameter(Mandatory = $false, Position = 5)]
18+
[Parameter(Mandatory = $false, Position = 2)]
1919
[string]$Docker
2020
)
2121

0 commit comments

Comments
 (0)