Merge pull request #8012 from dcantah/runtime-clarifications

runtime docs: Clarify delete cwd behavior
This commit is contained in:
Fu Wei 2023-01-30 14:06:32 +08:00 committed by GitHub
commit 5d482fdd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -67,9 +67,9 @@ The delete command MUST accept the following flags:
* `-address` the address of the containerd's main socket * `-address` the address of the containerd's main socket
* `-publish-binary` the binary path to publish events back to containerd * `-publish-binary` the binary path to publish events back to containerd
* `-id` the id of the container * `-id` the id of the container
* `-bundle` the path to the bundle to delete. On non-Windows platforms this will match `cwd` * `-bundle` the path to the bundle to delete. On non-Windows and non-FreeBSD platforms this will match `cwd`
The delete command will be executed in the container's bundle as its `cwd` except for on the Windows platform. The delete command will be executed in the container's bundle as its `cwd` except for on Windows and FreeBSD platforms.
### Host Level Shim Configuration ### Host Level Shim Configuration