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?
I think you already sloved this problem .
But as like @Edwin Kyalangalilwa says. it is permission issue a conclusion.
chmod +x ~/<path-to-file>/entrypoint.sh
Build docker image again.
It will run
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.