https://github.com/bsorrentino/docker-powerplatform-connectors-cli
Docker image for Microsoft Power Platform Connectors CLI
https://github.com/bsorrentino/docker-powerplatform-connectors-cli
Last synced: 7 months ago
JSON representation
Docker image for Microsoft Power Platform Connectors CLI
- Host: GitHub
- URL: https://github.com/bsorrentino/docker-powerplatform-connectors-cli
- Owner: bsorrentino
- License: mit
- Created: 2021-03-03T18:28:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T23:02:24.000Z (over 4 years ago)
- Last Synced: 2025-01-19T08:42:50.581Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
Docker image for [Microsoft Power Platform Connectors CLI](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli)
## Build
```
docker-compose build paconn
```## Tag (alias)
```
docker tag docker.pkg.github.com/bsorrentino/docker-powerplatform-connectors-cli/paconn:0.0.15 paconn:latest
```## Usage
```
docker run --rm -i -v$(pwd):/app -t paconn
```