[Feature]: use sudo
to run docker
#848
Labels
S-Not Planned
We don't have any plans to work on this
T-Improvement
Improvement or addition to existing features
Describe the feature
The current
Makefile
assumes that the current user can rundocker
. This is only possible if the user is added to thedocker
group, which allows escalation to root privilages.From https://wiki.archlinux.org/title/docker#Installation:
Instead the
Makefile
should usesudo
.Suggestion or Example of how the feature would be used
No response
Duplicate declaration
The text was updated successfully, but these errors were encountered: