ContainerResource.withContainerRuntimeArgs
Method
interface ContainerResource { // ... omitted for brevity withContainerRuntimeArgs(args: string[]): ContainerResource;}Signature
method
withContainerRuntimeArgsbuilderAdds a callback to be executed with a list of arguments to add to the container runtime run command when a container resource is started.
withContainerRuntimeArgs(args: string[]): ContainerResourceParameters
argsstring[]Returns
ContainerResourceDefined on
This method is defined on the following type: