public interface RemoveVolumeCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoveVolumeCmd.Exec |
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 © 2016. All Rights Reserved.