4 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								xhost +"local:podman@"
							 | 
						||
| 
								 | 
							
								podman run -it --rm -u 0 -e DISPLAY="$DISPLAY" -v /tmp/.X11-unix:/tmp/.X11-unix:rw alpine sh
							 |