Skip to content

Commit

Permalink
fix group membership
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Sep 19, 2024
1 parent b4581fa commit 482a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker/02_dind/on-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ for attempt in $(seq 1 10); do
done
# Change the owner of the Docker socket so that the coder user can use it.
# Using `newgrp docker` is kind of annoying.
sudo chown coder:coder /var/run/docker.sock
sudo chown coder:docker /var/run/docker.sock

0 comments on commit 482a212

Please sign in to comment.