RocketChat / RC4Community

Full-stack components for building, engaging, and growing your massive on-line community
https://community.rocket.chat/
Apache License 2.0
48 stars 68 forks source link

Added check if docker daemon is running or not before starting the scripts for both gitpod and local scripts #218

Closed Palanikannan1437 closed 2 months ago

Palanikannan1437 commented 1 year ago

Issue in brief

Script continues and corrupts environment when docker is not running!

Suggested Fixes/Changes

Added check if docker daemon is running or not before starting any of the "ENTRY" scripts for both Gitpod and Local scripts, and if it's not running then the script will terminate as shown below....

Screenshot

image