Have any way to avoid executing start_kgdb.py
as root?
#142
-
if I execute
That's meanings everything need to do as super-user from the beginning? |
Beta Was this translation helpful? Give feedback.
Answered by
0xricksanchez
Jan 1, 2023
Replies: 1 comment
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Squirre17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
sudo
should not be necessary if your normal user can run docker containers.Can you run
docker run hello-world
withoutsudo
?If not, this may be for you: https://docs.docker.com/engine/install/linux-postinstall/