mirror of https://github.com/docker/docker-py.git
				
				
				
			
		
			
				
	
	
		
			31 lines
		
	
	
		
			505 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			505 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
Configs
 | 
						|
=======
 | 
						|
 | 
						|
.. py:module:: docker.models.configs
 | 
						|
 | 
						|
Manage configs on the server.
 | 
						|
 | 
						|
Methods available on ``client.configs``:
 | 
						|
 | 
						|
.. rst-class:: hide-signature
 | 
						|
.. py:class:: ConfigCollection
 | 
						|
 | 
						|
  .. automethod:: create
 | 
						|
  .. automethod:: get
 | 
						|
  .. automethod:: list
 | 
						|
 | 
						|
 | 
						|
Config objects
 | 
						|
--------------
 | 
						|
 | 
						|
.. autoclass:: Config()
 | 
						|
 | 
						|
  .. autoattribute:: id
 | 
						|
  .. autoattribute:: name
 | 
						|
  .. py:attribute:: attrs
 | 
						|
 | 
						|
    The raw representation of this object from the server.
 | 
						|
 | 
						|
  .. automethod:: reload
 | 
						|
  .. automethod:: remove
 |