Skip to content

FranLegon/power-platform-cli-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Power Platform CLI inside a container

Dev Containers do support running Power Platform CLI, but only after installing Power Platform Tools extension. This requires installation of VSCode. This solution is purely for running pac inside a container from terminal.

Run

Below is an example of the command you need to run, if you want to spin up a new container and run Power Platform CLI.

docker run -v ./share:/root/.local/share -it ghcr.io/rajyraman/power-platform-cli-container:latest
podman machine start
podman run -v ./share:/root/.local/share -it ghcr.io/rajyraman/power-platform-cli-container:latest

About

Run Power Platform CLI inside a Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%