docker-cronicle icon indicating copy to clipboard operation
docker-cronicle copied to clipboard

Adding commands from path

Open ghost opened this issue 6 years ago • 1 comments

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.

ghost avatar Sep 21 '19 02:09 ghost

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...

azukaar avatar Feb 05 '23 21:02 azukaar