Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Apr 26, 2024
1 parent 7c183ba commit f88d019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/articles/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ Please see [Docker documentation](https://docs.docker.com/engine/reference/run/)
* 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`
## Tag explanation
Expand All @@ -178,14 +178,14 @@ 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
To find the version numbers please visit https://www.powershellgallery.com/packages/PnP.PowerShell

0 comments on commit f88d019

Please sign in to comment.