An open API service indexing awesome lists of open source software.

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

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.