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

Adding commands from path #22

Open
ghost opened this issue Sep 21, 2019 · 1 comment
Open

Adding commands from path #22

ghost opened this issue Sep 21, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 21, 2019

I have the non-docker version of this app and it runs fine, but I want to run this docker version and I ran into an issue.

Most of my commands fail because the command can not be found.
The docker cointainer --exec it echo $path list the path, which has the typical path directories
/usr/local/bin /usr/bin/ etc

Also, portainer shows this information as well.

But docker exec ls /
and going through the directories show non of the files on my system.

@azukaar
Copy link

azukaar commented Feb 5, 2023

That's because the image is running Alpine base. It needs to switch to a full OS or else no GNU lib-c binary are going to work which defeats the purpose of a scheduler in many ways...

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

1 participant