tianocore / containers

Repository to maintain and manage edk2 containers
Other
20 stars 25 forks source link

Allow user in the container to run sudo #65

Closed bcran closed 1 year ago

bcran commented 1 year ago

Is your feature request related to a problem? Please describe. It's sometimes useful to run sudo within a container to install extra software or otherwise change the configuration.

Describe the solution you'd like Add the user to the 'sudo' group in Ubuntu, and the 'wheel' group in Fedora, and set a password.

Describe alternatives you've considered It's also possible to attach to the running container and run commands as root in that environment.