ContainerResource.withImage
Method
interface ContainerResource { // ... omitted for brevity withImage( image: string, tag?: string): ContainerResource;}Signature
method
withImagebuilderAllows overriding the image on a container.
withImage( image: string, tag?: string): ContainerResourceParameters
imagestringtagstringoptionalReturns
ContainerResourceDefined on
This method is defined on the following type: