workingDirectory

@JvmName(name = "bvfjngcrqoraajoh")
suspend fun workingDirectory(value: Output<String>)
@JvmName(name = "hdifxbrwvwxanquq")
suspend fun workingDirectory(value: String?)

Parameters

value

The working directory to run commands inside the container in. This parameter maps to `WorkingDir` in the docker container create command and the `--workdir` option to docker run.