mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-04 22:24:20 +01:00
When run a exec process in backgroud without tty, the exec will hang and didn't terminated. For example: crictl -i <container id> sh -c 'nohup tail -f /dev/null &' Fixes: #4747 Signed-off-by: Fupan Li <fupan.lfp@antgroup.com>