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