osixia / container-baseimage

A container base image to build reliable single or multiprocess images quickly 🐳✨🌴
MIT License
132 stars 115 forks source link

OSError: [Errno 13] Permission denied: '/container/run' #9

Open ghost opened 5 years ago

ghost commented 5 years ago

I am using https://github.com/osixia/docker-openldap inside the Jenkins pipeline, When I run this image in my local with docker run imagename, working very much fine. But it is not in Jenkins pipeline. throwing the Permission denied error.

Please let me know if you need more details.