runtime docs: Clarify delete cwd behavior

Noticed the cwd behavior noted for Windows also applies to FreeBSD now.

Signed-off-by: Danny Canter <danny@dcantah.dev>
This commit is contained in:
Danny Canter 2023-01-26 18:38:25 -08:00
parent 753bfd6575
commit d215786741
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