nkatsaros / docker-atlassian-crowd

Identity management for users, web apps, and directory servers
5 stars 8 forks source link

Permission denied on docker-entrypoint.sh #1

Closed daankets closed 9 years ago

daankets commented 9 years ago

I created a new instance on my CoreOS host, but when starting it, I get this:

$ /usr/bin/docker run --name crowdProduction -p 8095:8095 nkatsaros/atlassian-crowd:latest
exec: "/docker-entrypoint.sh": permission denied2014/11/25 15:59:42 Error response from daemon: Cannot start container ded5c0833f00abe417f0b80d10bec13e721506fa910e551d6672e9cc01cf0ed6: exec: "/docker-entrypoint.sh": permission denied
nkatsaros commented 9 years ago

I ran my update script on a Windows box and it messed up the permissions on docker-entrypoint.sh. You can either go in the container itself and fix it or wait for the new builds to finish on the docker registry, they should be done in a few minutes. Let me know if it fixes the issue.

daankets commented 9 years ago

I expected something like that... Best to always be explicit about permissions in your Dockerfile.

daankets commented 9 years ago

Fixed.

fartashh commented 9 years ago

@daankets could u please explain how to fix it

mr-jojo8 commented 8 years ago

Fixed.