Skip to content

Commit e1ab028

Browse files
committed
Fix Docker Compose execution for new docker group members
1 parent 663a13c commit e1ab028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ install_docker(){
108108
# Apply group change in current shell
109109
newgrp docker <<EONG
110110
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..."
111113
EONG
112114
fi
113115
}

0 commit comments

Comments
 (0)