Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo required to run demos #240

Open
miccio-dk opened this issue Jun 17, 2022 · 1 comment
Open

sudo required to run demos #240

miccio-dk opened this issue Jun 17, 2022 · 1 comment

Comments

@miccio-dk
Copy link

As per title, sudo is required by the demo scripts and it's not installed by default on the container.
This can be easily fixed with apt-get update && apt-get -y install sudo.

@dtrawins
Copy link
Collaborator

our direction is to drop the dependency on the sudo in the container. Demos should not require it. In new images from the coming releases, it should be improved.
The container could be executed in any security context so using sudo wouldn't be convenient and secure. If there are any operation in the container which requires privileged access, it is better to start the container with --user root parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants