Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-build] docker error - exec user process caused "permission denied"

Any Docker experts out there?

I'm trying to run the Eclipse Jenkins docker image locally to debug a problem
but it fails with:

$ sudo docker run -it eclipsecbi/jenkins-jnlp-agent
standard_init_linux.go:190: exec user process caused "permission denied"

I've tried on both Linux and Mac OS and it fails the same way on both.
Any idea what I'm doing wrong?

Running

$ sudo docker run hello-world

works correctly.


Back to the top