uxc: make force-delete kill container process
authorDaniel Golle <daniel@makrotopia.org>
Thu, 19 Nov 2020 17:12:54 +0000 (17:12 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 21 Nov 2020 01:13:13 +0000 (01:13 +0000)
commit04a2eddcb1a33fee865b8f09100567bd54d36be7
tree34bb9cac1f5f62ddc5005348897a7a1a8b2dbe55
parentc110405181056f14956ccd097b8e4ffe97b2f3ec
uxc: make force-delete kill container process

Don't allow to delete running containers unless '--force' is
specified. If '--force' is specified, send KILL signal to container
process before deleting it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c