We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663a13c commit e1ab028Copy full SHA for e1ab028
install.sh
@@ -108,6 +108,8 @@ install_docker(){
108
# Apply group change in current shell
109
newgrp docker <<EONG
110
echo "✅ Docker is installed and group membership applied."
111
+echo "⚠️ To use Docker without 'sudo', you need to log out and log back in or restart your session."
112
+read -p "Press Enter to continue..."
113
EONG
114
fi
115
}
0 commit comments