run sudo commands inside a docker container with not sudo user
We have a user who does not have sudo access in the operating system. But I want to allow this user to run various commands, even commands that require sudo access, in a specific docker container.
In other words, this user must have sudo access in this particular container. How can I do this?