I want to load an ingest pipeline into my Dockerized ES instance. I could do this using curl in the CMD directive but I'd rather just load it directly somehow, as I don't want to modify the container. Is there a way to do that?
It is not possible.