Skip to content

Describes how to create a PnPPowerShell docker image to run on an ARM 64 Mac

Notifications You must be signed in to change notification settings

madenorth/PnPPowerShell-Docker-Arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Creating a custom Docker image for PnPPowerShell on Mac/Arm 64

Create the image from the Dockerfile

docker build -t pnppowershellarm64:v2 -f Dockerfile .

Create and run container

docker run --name PnPPowerShell-Arm64 --volume=/Users//Projects:/data -it pnppowershellarm64:v2

About

Describes how to create a PnPPowerShell docker image to run on an ARM 64 Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published