mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
setup script issue #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gilbrotheraway on GitHub (May 23, 2025).
the script is mapping the containers users to the docker group, is this intended? cause i think that's VERY worrying
@yusing commented on GitHub (May 23, 2025):
It uses
$(id -u)and$(id -g)to get correct uid and gid. You got what you have set.