subdomains.sh icon indicating copy to clipboard operation
subdomains.sh copied to clipboard

After building docker image, permission denied running "./docker-subdomains.sh...."

Open di-org opened this issue 3 years ago • 0 comments

Full error: docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec /home/subdomains/subdomains.sh: permission denied: unknown.

Recommend adding the following before the Entrypoint:

RUN sudo chmod 755 ./subdomains.sh

di-org avatar Nov 03 '22 18:11 di-org