public interface ListVolumesCmd extends SyncDockerCmd<ListVolumesResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
ListVolumesCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getFilters() |
ListVolumesCmd |
withDanglingFilter(Boolean dangling) |
exec
@CheckForNull Map<String,List<String>> getFilters()
ListVolumesCmd withDanglingFilter(Boolean dangling)
dangling
- - Show dangling volumes filterCopyright © 2017. All Rights Reserved.