You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Kasun Samarasinghe <ka...@unige.ch> on 2020/04/30 09:39:01 UTC

Docker swarm operator volume handling

Hi,

I am using docker swarm operator to run a work flow on a multi host 
swarm cluster. I have the following usecase; I want the containers 
running on worker nodes to write to the respective hosts (as if there is 
a mount or volume). Would this be possible in the current docker swarm 
operator interface? Or is there another way I could achieve this?

Thanks in advance,
Kasun