containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Kill exec command with SIGTERM #22

Closed inoc603 closed 2 years ago

inoc603 commented 6 years ago

fix #21

I try to change as little as possible, so I only changed how command is handled in runc.Exec.

I also added a simple test which needs a running container on the machine to test the return code. It needs further improvement

dmcgowan commented 2 years ago

replaced by #28