I have created a Docker image, whose parent image is Debian. I launch it with Kubernetes, and a .sh file located in the /usr/local/bin directory is unable to find the configuration file located in /julia/conf.cnf. If I provide the path /julia/conf.cnf, it cannot locate the file, but if I use …/julia/conf.cnf, it does. Why could this be happening? Is it related to how I created the image?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.