|  | @@ -177,7 +177,7 @@ public class DockerExe {
 | 
											
												
													
														|  |          Mount outMount = new Mount()
 |  |          Mount outMount = new Mount()
 | 
											
												
													
														|  |                  .withType(MountType.BIND)
 |  |                  .withType(MountType.BIND)
 | 
											
												
													
														|  |                  .withSource("/cephfs/mdo/"+pid+"/out/")
 |  |                  .withSource("/cephfs/mdo/"+pid+"/out/")
 | 
											
												
													
														|  | -                .withTarget("/cephfs/mdo/"+pid+"/outdata/")
 |  | 
 | 
											
												
													
														|  | 
 |  | +                .withTarget("/cephfs/mdo/"+pid+"/in/outdata/")
 | 
											
												
													
														|  |                  .withReadOnly(false);
 |  |                  .withReadOnly(false);
 | 
											
												
													
														|  |          List<Mount> am =new ArrayList<>();
 |  |          List<Mount> am =new ArrayList<>();
 | 
											
												
													
														|  |          am.add(wokerMount);
 |  |          am.add(wokerMount);
 |