79375496

Date: 2025-01-21 18:11:58
Score: 0.5
Natty:
Report link

Simply run

docker exec -it my_container \
  bash -c "source path_to/custom.sh; foo"

You can check more details here:

Commands separated by a ‘;’ are executed sequentially; the shell waits for each command to terminate in turn. The return status is the exit status of the last command executed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: wiltonsr