Skip to content

Commit ccce0cc

Browse files
authored
Merge pull request #4 from gitbarnabedikartola/main
change docker sock permissions
2 parents 3287f6f + 9a30d41 commit ccce0cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgbuild/biglinux-docker-config.install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ post_install() {
1515

1616
# Update current user's groups in the current session
1717
usermod -aG docker "$(id -un)"
18+
19+
#change permissions
20+
chmod 666 /var/run/docker.sock
1821
}
1922

2023

0 commit comments

Comments
 (0)