Skip to content

Commit

Permalink
fix: don't require root user for running docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 31, 2024
1 parent 131ddd2 commit 1ee7254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

sudo dockerd-entrypoint.sh >/dev/null 2>/dev/null &

code -v tunnel
sudo chown -R $(whoami) /var/run/docker.sock

code -v tunnel

0 comments on commit 1ee7254

Please sign in to comment.