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
# Print out the correct URL in console to view results
docker system info | sed -n '/Manager Addresses/,/Runtimes:/p' | sed 1d | sed '$ d' | awk -F[:] '{print $1}' | awk '{print $1":8000/login.html"}' | awk '{print "https://" $0}'
echo "Use the following password when prompted: " &&