You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like an issue where the arguments with whitespaces don't get escaped properly. Instead of sending bash -c "sudo ls" it looks like it gets translated to bash -c "sudo" "ls".
What Happened?
This looks like an issue where the arguments with whitespaces don't get escaped properly. Instead of sending
bash -c "sudo ls"
it looks like it gets translated tobash -c "sudo" "ls"
.Attach the log file
log.txt
Operating System
Other
Driver
Docker
The text was updated successfully, but these errors were encountered: