Unanswered
Hi, When Running A Task, Is There A Way To Run A Script Already In The Container?
For Example There Is A Script /Home/Root/Entrypoint.Sh
I Would Like To Avoid Specifying A Repo Or A Local Script On My Machine.
Hey @<1681836314334334976:profile|GrotesqueSeaturtle83> , yes, it is possible to do so, but you must configure the docker --entrypoint
argument (as part of the docker_arguments
) and the docker image of for said task. In general this isn't a recommended approach. Rather than that, prefer a setup where your task code invokes the functionalities defined in other scripts that are pre-baked in the image.
96 Views
0
Answers
8 months ago
8 months ago