From 27e3db9d2e55539636edd7c719c7306ab6d4d0de Mon Sep 17 00:00:00 2001 From: Sahanirajkumar <119518738+Sahanirajkumar@users.noreply.github.com> Date: Fri, 9 May 2025 17:50:31 +0530 Subject: [PATCH] update --- Installation_Scripts/Docker/Amazon_Linux2/docker.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation_Scripts/Docker/Amazon_Linux2/docker.bash b/Installation_Scripts/Docker/Amazon_Linux2/docker.bash index 721aa30..44ef1bf 100644 --- a/Installation_Scripts/Docker/Amazon_Linux2/docker.bash +++ b/Installation_Scripts/Docker/Amazon_Linux2/docker.bash @@ -10,3 +10,5 @@ sudo usermod -aG docker $USER && newgrp docker #(add normal user 'docker') # To avoid below permission error # Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock sudo chmod 777 /var/run/docker.sock + +