Modifier and Type | Method and Description |
---|---|
RemoveImageCmd |
DockerClient.removeImageCmd(String imageId) |
Modifier and Type | Method and Description |
---|---|
RemoveImageCmd |
RemoveImageCmd.withForce(Boolean force)
force parameter to force delete of an image, even if it's tagged in multiple repositories
|
RemoveImageCmd |
RemoveImageCmd.withImageId(String imageId) |
RemoveImageCmd |
RemoveImageCmd.withNoPrune(Boolean noPrune)
noprune parameter to prevent the deletion of parent images
|
Modifier and Type | Method and Description |
---|---|
RemoveImageCmd |
DockerClientImpl.removeImageCmd(String imageId) |
Modifier and Type | Class and Description |
---|---|
class |
RemoveImageCmdImpl
Remove an image, deleting any tags it might have.
|
Modifier and Type | Method and Description |
---|---|
RemoveImageCmd |
RemoveImageCmdImpl.withForce(Boolean force) |
RemoveImageCmd |
RemoveImageCmdImpl.withImageId(String imageId) |
RemoveImageCmd |
RemoveImageCmdImpl.withNoPrune(Boolean noPrune) |
Modifier and Type | Method and Description |
---|---|
protected Void |
RemoveImageCmdExec.execute(RemoveImageCmd command) |
Modifier and Type | Method and Description |
---|---|
protected Void |
RemoveImageCmdExec.execute(RemoveImageCmd command) |
Copyright © 2016. All Rights Reserved.