IRC-SPHERE / HyperStream-Dockerfiles

Docker containers for HyperStream (and its dependencies)
0 stars 1 forks source link

HyperStream container startup command #3

Open So-Cool opened 7 years ago

So-Cool commented 7 years ago

At the moment the HyperStream container is executing unit tests on startup. We probably need to do something more clever here, for example one of Miquel's tutorials.

perellonieto commented 7 years ago

About the HyperStream container

I am still missing the final use of the HyperStream container. I would understand its use if it started a HyperStream server with the MongoDB and MQTT, everything in its own open ports. And then, a smaller version of an HyperStream client could connect to the server using the designed port. But at this moment, I am not sure about its real use case scenario.

@tdiethe did you think about the idea of HyperStream server-client approach?

About the tutorial container

I see that the tutorial one can be useful for somebody to start running the tutorials and understand how it works. But as it is in a Docker container, it makes difficult to understand everything that is going underneath and it is difficult to modify the configuration files, plugins, and extend the tutorials.

So-Cool commented 7 years ago

It's mainly there so that we can build on top of it e.g. HyperStream-tutorials

FROM ircsphere/hyperstream

Because it can do something on its own it just runs the tests. It's also kind of an example of how you can install hyperstream by looking at the dockerfile.


Re. the tutorials container. There is a way to plug in a local directory as a hyperstream-tutorials source i.e.:

How about that?