Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove run-as-user command because it is also the entrypoint #141

Closed
dagomar opened this issue Apr 23, 2018 · 1 comment
Closed

Remove run-as-user command because it is also the entrypoint #141

dagomar opened this issue Apr 23, 2018 · 1 comment

Comments

@dagomar
Copy link
Contributor

dagomar commented Apr 23, 2018

I found that when using the provided shell scripts the docker container fails to run the desired command. Instead the command that is send to the container is:

/run-as-user /run-as-user /usr/local/bin/{script} [...]

I was able to see with 'top' that the above was the command which was running without ever finishing. Removing the /run-as-user from the shell scripts worked for me. I have created a pull request with the changes:

#140

@mkenney
Copy link
Owner

mkenney commented May 2, 2018

Done!

@mkenney mkenney closed this as completed May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants