-
Notifications
You must be signed in to change notification settings - Fork 62
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
terminal error #26
Labels
Comments
what browser are you using? |
I'm similarly experiencing this issue on Ubuntu 18.04.
This looks to be an issue with the nested dockerd run from the dind/setup_certs.sh container.
It it somehow doesn't have the necessary privileges to run containers. This is odd as it seems to be running as full root:
Any thoughts on what might be going on here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I'm getting the following in the logs:
DEBU[0309] received from container websocket: standard_init_linux.go:190: exec user process caused "permission denied"
Every time I reload the page I see that error, "standard_initlinux.go:190..." flash in the terminal box on the page and in the log stream. I'm guessing that this is related to connecting a shell to the terminal window. Any hint on how to debug this would be appreciated. All the other functionality, AFAIK, works fine. This is on ubuntu.
I have minimal docker/container knowledge so I may be doing something obviously wrong.
The text was updated successfully, but these errors were encountered: