SiloCityLabs / lochnas

Docker configuration for all-in-one nas setup
https://lochnas.com
GNU General Public License v3.0
51 stars 3 forks source link

Check for Docker install at the beginning, not during app startup #72

Closed maave0 closed 1 year ago

maave0 commented 1 year ago

Problem

On a fresh install, the setup fails when Docker isn't present.

Solution

It's supposed to prompt to install Docker. The prompt is on starting apps instead

Details

v3

maave0 commented 1 year ago

Another example is running server.bin -daemon install

ldrrp commented 1 year ago

Moved this over to main() instead of apps.Start()