mirror of https://github.com/docker/docker-py.git
				
				
				
			Fix url of examples in ulimits
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
		
							parent
							
								
									ed46fb0143
								
							
						
					
					
						commit
						ea093a75dd
					
				|  | @ -97,8 +97,8 @@ class Ulimit(DictType): | |||
| 
 | ||||
|     Args: | ||||
| 
 | ||||
|         name (str): Which ulimit will this apply to. A list of valid names can | ||||
|             be found `here <http://tinyurl.me/ZWRkM2Ztwlykf>`_. | ||||
|         name (str): Which ulimit will this apply to. The valid names can be | ||||
|             found in '/etc/security/limits.conf' on a gnu/linux system. | ||||
|         soft (int): The soft limit for this ulimit. Optional. | ||||
|         hard (int): The hard limit for this ulimit. Optional. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue