mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Revert "Append --init flag to Docker run in order to get zombie processes reaped"
This reverts commit c972026385.
			
			
This commit is contained in:
		@@ -44,8 +44,7 @@ challenge::run() {
 | 
				
			|||||||
        mount_volumes="${mount_baseimage:-} ${mount_challenge}"
 | 
					        mount_volumes="${mount_baseimage:-} ${mount_challenge}"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    popd
 | 
					    popd
 | 
				
			||||||
    docker run --init                                        \
 | 
					    docker run --rm                                          \
 | 
				
			||||||
               --rm                                          \
 | 
					 | 
				
			||||||
               -p ${CHALLENGE_PORT}:${CHALLENGE_PORT}        \
 | 
					               -p ${CHALLENGE_PORT}:${CHALLENGE_PORT}        \
 | 
				
			||||||
               ${mount_volumes:-}                            \
 | 
					               ${mount_volumes:-}                            \
 | 
				
			||||||
               ${@:-}                                        \
 | 
					               ${@:-}                                        \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user