Skip to content

[Feature]: use sudo to run docker #848

Open
@paulotten

Description

@paulotten

Describe the feature

The current Makefile assumes that the current user can run docker. This is only possible if the user is added to the docker group, which allows escalation to root privilages.

From https://wiki.archlinux.org/title/docker#Installation:

Warning: Anyone added to the docker group is root equivalent because they can use the docker run --privileged command to start containers with root privileges. For more information see [3] and [4].

Instead the Makefile should use sudo.

Suggestion or Example of how the feature would be used

No response

Duplicate declaration

  • I have searched the issues and this feature has not been requested before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-Not PlannedWe don't have any plans to work on this

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions