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
which docker 2>&1 1>/dev/null && { echo "Docker is installed on the machine" ; echo "The version is:$(docker -v)" ; } || echo "Docker is not present on this machine"