https://github.com/celsojr/az-service-fabric-cli
[Non-Oficial] The Azure Service Fabric command-line interface (CLI) inside a Docker container
https://github.com/celsojr/az-service-fabric-cli
azure cli docker servicefabric
Last synced: 2 months ago
JSON representation
[Non-Oficial] The Azure Service Fabric command-line interface (CLI) inside a Docker container
- Host: GitHub
- URL: https://github.com/celsojr/az-service-fabric-cli
- Owner: celsojr
- License: mit
- Created: 2017-12-24T18:00:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T17:59:24.000Z (over 7 years ago)
- Last Synced: 2025-01-25T23:38:44.621Z (4 months ago)
- Topics: azure, cli, docker, servicefabric
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Non-oficial] Azure Service Fabric (CLI) inside a Docker container
This is a non-oficial Docker container preconfigured with the Azure Service Fabric and the Azure command-line interface (CLI)### Get Started
Pulling the image:
`docker pull celsojr/az-service-fabric-cli[:tag]`### Usage
Running the container:
`docker run -it [--name the_name] celsojr/az-service-fabric-cli[:tag]`Running the container with a shared folder:
`docker run -it [--name the_name] -v c:/Users:/data celsojr/az-service-fabric-cli[:tag]`Once you get the container up and running you can search for help:
`$ sfctl -h`
### More information
Meet Azure Service Fabric:
[Microsoft Docs | Service Fabric Overview](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-overview)### Contributing
If you would like to contribute with this project, just send the PR or contact [me](mailto:[email protected]) via email first for any additional questions or comments if you prefer.