public interface RemoveVolumeCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoveVolumeCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getName() |
RemoveVolumeCmd |
withName(String name) |
String getName()
RemoveVolumeCmd withName(@Nonnull String name)
Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<Void>
NotFoundException
- No such volumeConflictException
- Volume is in use and cannot be removedCopyright © 2017. All Rights Reserved.