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