Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > workingDir
k8s.ContainerSpec.workingDir property
Container's working directory.
If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
Signature:
workingDir?: string;