https://github.com/rajyraman/power-platform-cli-container
Run Power Platform CLI inside a Docker container
https://github.com/rajyraman/power-platform-cli-container
docker power-platform-cli powerapps
Last synced: 8 months ago
JSON representation
Run Power Platform CLI inside a Docker container
- Host: GitHub
- URL: https://github.com/rajyraman/power-platform-cli-container
- Owner: rajyraman
- License: mit
- Created: 2023-03-17T20:10:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T01:32:35.000Z (about 3 years ago)
- Last Synced: 2025-03-29T18:11:15.513Z (about 1 year ago)
- Topics: docker, power-platform-cli, powerapps
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running Power Platform CLI inside a container
[Dev Containers](https://code.visualstudio.com/docs/remote/containers) do support running Power Platform CLI, but only after installing [Power Platform Tools](https://marketplace.visualstudio.com/items?itemName=microsoft-IsvExpTools.powerplatform-vscode) 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
```