Hi all :wave: Quick question: Are there any examp...
# ask-community
c
Hi all 👋 Quick question: Are there any examples around that illustrate the use of a docker container as a task (CreateContainer, RunContainer, …) - similar to a ShellTask? I plan to execute a “docker run” task inside of one of my flows… Ideally, this docker container should mount a volume that provides input and receives the container runs’ output and be parsed by the following task in the flow… Alternatively I could stream the models’ output to stdout and parse the logs of the container for extracting the output information… My use case is that I have a container with a scientific model that should produce some output every day… Cheers, C
k
Hi @Christian, this is the closest thing to that in the docs