Application deployment is how you interact with your edge devices. Develop, run and manage your applications
Applications in Synpse can contain one or more Docker containers. These containers can easily talk to each other and utilise all the regular Docker features that you are used to.
You can view a bunch of sample applications that are available here https://github.com/synpse-hq/synpse for inspiration. If you wish to deploy some specific app but not sure how, please drop us an email at [email protected] or join our Discord channel and we will help you out!
💡
CLI
To deploy first application use synpse application create CLI command.
1
synpse application create hello \
2
--image="quay.io/synpse/hello-synpse-go:latest"
Copied!
To create or update an application from file use -f flag provide either URL or file location locally