quadlet: fix quoting of example option values in container unit file documentation
The quotes are interpreted as part of the value, so that, for example, `HealthCmd="true"` is translated to the podman argument `--health-cmd "\"true\""`. Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
This commit is contained in:
		
							parent
							
								
									28b5a6e5f0
								
							
						
					
					
						commit
						3714ae3420
					
				| 
						 | 
				
			
			@ -174,12 +174,12 @@ Valid options for `[Container]` are listed below:
 | 
			
		|||
| GIDMap=0:10000:10                    | --gidmap=0:10000:10                                  |
 | 
			
		||||
| Group=1234                           | --user UID:1234                                      |
 | 
			
		||||
| GlobalArgs=--log-level=debug         | --log-level=debug                                    |
 | 
			
		||||
| HealthCmd="/usr/bin/command"         | --health-cmd="/usr/bin/command"                      |
 | 
			
		||||
| HealthCmd=/usr/bin/command           | --health-cmd=/usr/bin/command                        |
 | 
			
		||||
| HealthInterval=2m                    | --health-interval=2m                                 |
 | 
			
		||||
| HealthOnFailure=kill                 | --health-on-failure=kill                             |
 | 
			
		||||
| HealthRetries=5                      | --health-retries=5                                   |
 | 
			
		||||
| HealthStartPeriod=1m                 | --health-start-period=period=1m                      |
 | 
			
		||||
| HealthStartupCmd="command"           | --health-startup-cmd="command"                       |
 | 
			
		||||
| HealthStartupCmd=command             | --health-startup-cmd=command                         |
 | 
			
		||||
| HealthStartupInterval=1m             | --health-startup-interval=1m                         |
 | 
			
		||||
| HealthStartupRetries=8               | --health-startup-retries=8                           |
 | 
			
		||||
| HealthStartupSuccess=2               | --health-startup-success=2                           |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue