devcontainers / cli

A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
https://containers.dev
MIT License
1.56k stars 218 forks source link

devcontainer exec does not always propagate SIGTERM to docker exec #888

Open akosyakov opened 2 months ago

akosyakov commented 2 months ago

Steps to reproduce:

It seems docker exec is terminated without SIGTERM, leading to ungraceful termination.

chrmarti commented 2 months ago

This seems to be https://github.com/moby/moby/issues/9098.