Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

Need JSON sample/doc for CLI scenarios #162

Open yizhang82 opened 6 years ago

yizhang82 commented 6 years ago

I'm trying to deploy a random container from dockerhub and want to do it through CLI, but there isn't any example on JSON file format nor explanation. I had to get the helloWorldApp json and start tweaking from there.

tomkerkhove commented 6 years ago

This template should give you an understanding - https://github.com/Azure/service-fabric-mesh-preview-pr/blob/master/samples/templates/helloworld/mesh_rp.linux.json

Here is a walkthrough - https://github.com/Azure/service-fabric-mesh-preview-pr/blob/master/docs/conceptual-docs/appmodel-scenarios-helloworld.md

yizhang82 commented 6 years ago

Thanks. But where can I find it in the preview doc?