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
# mock docker and settings file to show menu options
cp /bin/bash /usr/local/bin/docker
mkdir -p "$(dirname "$docker_settings_file")"
touch "$docker_settings_file"
to try more tests BUT may have to update is_docker_compatible checks
The text was updated successfully, but these errors were encountered:
could mock docker on mac with:
to try more tests BUT may have to update
is_docker_compatible
checksThe text was updated successfully, but these errors were encountered: