aminvakil / docker-ocserv

OpenConnect VPN Server Docker
https://quay.io/aminvakil/ocserv
82 stars 35 forks source link

exec: "/entrypoint.sh": permission denied: unknown. #52

Closed Wendel9209 closed 4 months ago

Wendel9209 commented 11 months ago

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/entrypoint.sh": permission denied: unknown.

aminvakil commented 11 months ago

Are you using quay.io/aminvakil/ocserv or are you building this yourself?

If you're building yourself, you may have a custom umask or something which has made docker-entrypoint.sh file non-executable. Make sure it has execute permission and try again.