mesg-foundation / engine

Build apps or autonomous workflows with reusable, shareable integrations connecting any service, app, blockchain or decentralized network.
https://mesg.com/
Apache License 2.0
130 stars 13 forks source link

Improve `mesg-core daemon start` #138

Closed NicolasMahe closed 6 years ago

NicolasMahe commented 6 years ago

It will be super nice to display a loader during the mesg/daemon image download. As the image is big, the user can feel confuse by waiting without progress bar.

Maybe we can download the image before starting the service in order to have a progress.

@antho1404 what do you think?

antho1404 commented 6 years ago

there is already a loader when the service is setting up the container, the loader stops when the service run. There is absolutely no need to add some extra complexity on the code