AliyunContainerService / pouch

An Efficient Enterprise-class Container Engine
https://pouchcontainer.io
Apache License 2.0
4.64k stars 949 forks source link

[feature request] exec with timeout #2916

Closed zhuangqh closed 5 years ago

zhuangqh commented 5 years ago

Why you need it?

exec a process with timeout. after timeout, kill this process.

How it could be?

expose the OCI kill interface. If timeout, kill the process inside the container.

Other related information