-
Notifications
You must be signed in to change notification settings - Fork 67
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" is not available for root user in docker container #91
Comments
Hi @vergissberlin. It seems that sudo is not installed in docker, but this has not given issues before. I will investigate this issue. Thanks! Edit: Yes, root is required to run Amazon-dash. You can also make changes in your system. More info: |
The docker default user is root - so no need to use sudo. |
Confirmed.
Thanks! |
This fix will be included in the version v1.3.1. Thanks! |
Hi!
and thank you for publishing your code!
I tried the application to get started with docker an get following exception:
I think the last message
No such file or directory: 'sudo': 'sudo'
is the key. Everytime you log in or running a docker image, you are the user root inside of the running container. An root doesn't know the commandsudo
:amazon-dash/amazon_dash/execute.py
Line 48 in 96e5493
Is root really needed in this case?
My configuration file
kind regards,
André
The text was updated successfully, but these errors were encountered: