You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to develop apps that run across multiple containers using Jaguar seem useful.
kasperl
changed the title
Provide a way to run the applications from individual containers
Support developing applications that use multiple individual containers
Dec 12, 2021
Jaguar works by loading the application into a separate container, but it only runs one at a time. We start installing the program here https://github.com/toitlang/jaguar/blob ... r.toit#L49 (this is what kills the old version of the program) and we start running it here https://github.com/toitlang/jaguar/blob ... r.toit#L60.
This issue is suggesting to implement a new feature to load the applications into individual containers identified by the
name: <App name>
from https://docs.toit.io/platform/apps/appspec/#the-specification-fileInspired by https://esp32.com/viewtopic.php?f=2&t=24941#p88621
The text was updated successfully, but these errors were encountered: