Error when starting own confluence Dockerfile with alpine_java jdk

Moritz Münker May 21, 2018

When i start the container i get the following error:

[FATAL tini (6)] exec /entrypoint.sh failed: Permission denied

 

Not sure what to do now?

2 answers

1 vote
gaurav June 1, 2018

I think you already sloved this problem . 
But as like @edwin says. it is permission issue a conclusion. 

chmod +x ~/<path-to-file>/entrypoint.sh

Build docker image again. 

It will run

0 votes
edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2018

Hi @Moritz Münker,

Either the file entrypoint.sh is not an executable file or the user being used to run the container doesn't have access to run the file.

Check permissions and whether the file is executable.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events