workingDirectory

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

Parameters

value

The working directory to run commands inside the container in. This parameter maps to `WorkingDir` in the Create a container section of the Docker Remote API and the `--workdir` option to docker run.