docker-cronicle
docker-cronicle copied to clipboard
Adding commands from path
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.
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...