mirror of https://github.com/containers/podman.git
				
				
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
## assert-podman-final-args run --name=systemd-%N --cidfile=%t/%N.cid --replace --rm -d --log-driver passthrough --pull=never --runtime /usr/bin/crun --cgroups=split --sdnotify=conmon imagename
 | 
						|
 | 
						|
[Container]
 | 
						|
Image=imagename
 | 
						|
 | 
						|
# Disable all default features to get as empty podman run command as we can
 | 
						|
ReadOnly=no
 | 
						|
NoNewPrivileges=no
 | 
						|
DropCapability=
 | 
						|
RunInit=no
 | 
						|
VolatileTmp=no
 | 
						|
Timezone=
 |