Releases: arcolife/dockerComp
Releases · arcolife/dockerComp
Initial release
This release features a basic prototype with client/server architecture, with an installation script, that's meant to fire up client instance with a configuration file supplied to it. It would launch few containers with the sample app on them, and this would then launch a daemon on client side which would ping server and ask for tasks.
The server would be responsible for managing the requests and registering of clients on a mongoDB collection meant for that very purpose.
This release comes with a list of TODOs which would need to be addressed in future releases, obviously.