Skip to main content

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

On 12/13/18 4:27 PM, Bill Shannon wrote:
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?
This image must be doing something that isn't allowed by the default security profile of docker.

Running

$ sudo docker run hello-world

works correctly.
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build



Back to the top