workingDir property

String? workingDir
getter/setter pair

Container's working directory.

If not specified, the container runtime's default will be used, which might be configured in the container image.

Implementation

core.String? workingDir;