I am playing with raw containers. And I do not see a way to rerun a container that is currently stopped.
# runc run nginx --detach
# runc kill nginx
as the result I have got the stopped container.
How to run it again without delete?
This does not work:
# runc start nginx
ERRO[0000] cannot start a container that has stopped