• 25 Posts
  • 3.73K Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle
  • Yeah I probably have to build some sort of “pass through” script if I want the cli in a docker, which sort of defies the purpose of ease of use.

    Maybe a simple script (just forwarding things and copying files) would be better “tolerated” as it can be checked more easily for bad code. Or I could just “make it work” so people can have a go at it at least I guess.

    Thanks again!








  • Thanks! Yup a docker compose is probably the way to go.

    Can the cli load/save files from outside its environment? The cli “inserts” data (day an image), and also saves links locally (in user space). Can that be done? I feel the instructions via your “docker exec…” will be executed only in the docker environment, if that makes any sense?

    Edit: I guess I can provide some sort of intermediate /work/ directory if nothing else.