Is your user in the docker group? That group can run docker commands without sudo.
- Posts
- 0
- Comments
- 23
- Joined
- 2 yr. ago
- Posts
- 0
- Comments
- 23
- Joined
- 2 yr. ago
- JumpDeleted
Permanently Deleted
- JumpRemoved
Good group to post this?
Permanently Deleted
Good group to post this?
I can agree with this, mostly. More recently I’ve been trying to become aware of how much knowledge I’m encapsulating within functions, preferring to hide more stuff in them rather than less, and avoiding shallow functions that just, say, wrap a single line just passing along the arguments. I’ve realized over my career that I’d prefer a longer function that I can just read straight through rather than jump between a bunch of shallow functions trying to piece things together.