• 10 Posts
  • 702 Comments
Joined 11 months ago
cake
Cake day: July 30th, 2023

help-circle


















  • Thanks for the thorough answer, really appreciate it.

    You sure had my hopes up a bit too 😁 but it doesn’t work. I also tried with the absolute path (from pwd) and others to no avail, docker run has an “inner” working dir of /data/ still. Guess it can’t be ./

    Funny you are talking about compiling and such, the project is in python and I have frozen executables (not the most elegant solution, but its fire up and forget for the user), I just thought it simpler in a docker image.

    So back to the drawing board to figure out the best way to tackle it all. As I do have one image running a server, I could make it take commandline arguments and dispatch, but it’s not exactly a beautiful solution. Or make the softs work in a designated directory.

    Thanks anyways!