Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
ContainerConfig |
InspectContainerResponse.getConfig() |
ContainerConfig |
InspectImageResponse.getConfig()
Get the image commit configuration
|
ContainerConfig |
InspectImageResponse.getContainerConfig()
If the image was created from a container, this config contains the configuration of the container
which was committed in this image
|
Modifier and Type | Method and Description |
---|---|
InspectImageResponse |
InspectImageResponse.withConfig(ContainerConfig config) |
InspectImageResponse |
InspectImageResponse.withContainerConfig(ContainerConfig containerConfig) |
Copyright © 2023. All rights reserved.