Skip to content

Releases: arcolife/dockerComp

Initial release

24 Sep 19:37
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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.