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
version=$(docker version | sed -n 's/.*Docker Desktop \([0-9.]*\).*/\1/p')
64
-
if [ "$version"="4.42.1" ];then
65
-
echo"[❌] Firebolt Core cannot run with Docker Desktop verion${version} on Mac, as it contains a known bug: https://github.com/firebolt-db/firebolt-core/issues/9"
0 commit comments