Skip to content

Commit

Permalink
Update hub.docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Apr 26, 2024
1 parent 11634de commit 25e469b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker/hub.docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Last version | Last nightly version

* latest: The latest stable image

* alpine-3.14
* alpine-3.16.5
* `docker pull m365pnp/powershell` or `docker pull m365pnp/powershell:latest`

### Nightly

* nightly: The latest night image

* alpine-3.14
* alpine-3.16.5
* `docker pull m365pnp/powershell:nightly`

## About this image

**PnP PowerShell** is a .NET 6/ .NET Framework 4.6.2 based PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more.
**PnP PowerShell** is a .NET 6 based PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more.

## Usage examples

Expand All @@ -33,13 +33,13 @@ Last version | Last nightly version
Starting an isolated container with PnP.PowerShell module installed:

```powershell
docker run --rm -it m365pnp/powershell:1.11.0-nanoserver-1809
docker run --rm -it m365pnp/powershell:2.4.0-nanoserver-1809
```

Starting a PnP.PowerShell container with the current directory mounted:

```powerShell
docker run --rm -it -v ${PWD}:c:/app -w c:/app m365pnp/powershell:1.11.0-nanoserver-1809
docker run --rm -it -v ${PWD}:c:/app -w c:/app m365pnp/powershell:2.4.0-nanoserver-1809
```

### Linux-container
Expand All @@ -66,16 +66,16 @@ Currently supported platforms:

* nanoserver-ltsc2022
* nanoserver-1809
* alpine-3.14
* alpine-3.16.5

Tag name examples:

* 1.8.0-nanoserver-ltsc2022
* 1.9.0-nanoserver-ltsc2022
* 1.10.0-nanoserver-1809
* 1.10.0-alpine-3.14
* 1.10.0-alpine-3.16.5
* 1.10.26-nightly-nanoserver-ltsc2022
* 1.11.0-alpine-3.14
* 1.11.0-alpine-3.16.5
* 1.11.0-nanoserver-ltsc2022

To find the version numbers please visit <https://www.powershellgallery.com/packages/PnP.PowerShell>
Expand Down

0 comments on commit 25e469b

Please sign in to comment.