You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_error "$container_tool is either not running or this user doesn't have permission to use $container_tool. Make sure $container_tool is started. If $container_tool is running, it is likely the user doesn't have permission to use $container_tool. Either run the script as root or contact your system administrator. Output:"
162
-
while IFS= read -r line;do
162
+
printf'%s\n'"$output"|while IFS= read -r line;do
163
163
log_error "$line"
164
-
done<<<"$output"
164
+
done
165
165
exit 1
166
166
fi
167
167
168
168
# Check if Docker Compose or Podman-Compose is installed.
0 commit comments