PaulCCCCCCH / Robustar_implementation

13 stars 2 forks source link

Automate Docker Installation from Launcher #195

Open PaulCCCCCCH opened 1 year ago

PaulCCCCCCH commented 1 year ago

We received feedback from some users who don't have a technical background: they want everything to be included in the exe file we provide. They don't want to download docker on their own before launching the app.

Maybe we can detect if docker is installed when launcher starts. We can also try to execute docker if it is not running.

This is a low-priority issue. We only document it for now.