Method: Docker::API::Volume#list
- Defined in:
- lib/docker/api/volume.rb
#list(params = {}) ⇒ Object
List volumes.
Docker API: GET
13 14 15 |
# File 'lib/docker/api/volume.rb', line 13 def list params = {} get("/volumes", params) end |