https://dagster.io/ logo
#dagster-support
Title
# dagster-support
c

chrispc

03/21/2022, 2:47 AM
Hi team, I am using a multi-container deployment and the DockerLauncher, which launches each job execution in a new container. However, I am seeing that this has the problem that the feature “Rerun from failure” is not available if it is using fs_io_manager or local_output_notebook_io_manager. Any idea how I could mount volumes in this ephemeral containers?. Thank you so much!
d

daniel

03/21/2022, 1:33 PM
Hi Christian, here's an example of how to mount volumes on the containers launched by the run: https://docs.dagster.io/deployment/guides/docker#mounting-volumes
That example uses repository code, but you could mount the folder used by the io manager too
c

chrispc

03/21/2022, 3:00 PM
Nice, It works very well @daniel. Thank you so much.
condagster 2
3 Views