Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initializaton of AGILE components #3

Open
cskiraly opened this issue Mar 3, 2017 · 1 comment
Open

initializaton of AGILE components #3

cskiraly opened this issue Mar 3, 2017 · 1 comment

Comments

@cskiraly
Copy link
Member

cskiraly commented Mar 3, 2017

Some AGILE components need to start/stop based external conditions e.g. available HW, etc.
docker-compose in itself is not meant to handle this. This issue is to keep track of the discussions on what solution we choose to handle component initialization.

Related: Agile-IoT/agile-stack#15

@nopbyte
Copy link
Member

nopbyte commented Mar 6, 2017

We have also previously discussed wit h @cskiraly an initial approach to have a multi-user node-red environment. The idea would be to execute separate node-red instances, i.e. separate containers, for each user.
In this case, we would need to start and tear down different containers during runtime. It sounds to me that, even though both use cases are not the same, they may both benefit from a mechanism to start and stop new containers based on some information that is not available when the agile stack starts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants