6 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| . $(dirname "$(readlink -f "$0")")/_get_container.sh
 | |
| 
 | |
| docker exec -it "$container" /bin/bash
 |