Type Alias: ContainerWithEntrypointOpts
ContainerWithEntrypointOpts = object
Properties
keepDefaultArgs?
optional
keepDefaultArgs: boolean
Don't reset the default arguments when setting the entrypoint. By default it is reset, since entrypoint and default args are often tightly coupled.