Documentation for using Docker.Run Tasks #1814
Labels
documentation
Improvements or additions to documentation
kind/pending-feedback
Idea waiting for user feedback
Description
I have an issue with the documentation of Docker.Run tasks. In the current documentation is explained, how to mount a directory from the host to the running docker container using the volumes property. In another issue, I found an information, that a Docker.Run task behaves like running on the host system, even if Kestra is running in a docker container itself.
Howewer, I wonder how to pass an output file of a previous task to the docker container of the Docker.Run task? I have the following scenario:
I tested both, but no one of these options works. If I mount the directory of my host system, everything works fine.
Am I missing something here? Or is this not possible at all using a Docker.Run task? I'd be glad if the documentation could be enhanced for this topic.
The text was updated successfully, but these errors were encountered: