A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
1.56k
stars
218
forks
source link
devcontainer exec does not always propagate SIGTERM to docker exec #888
Open
akosyakov opened 2 months ago
Steps to reproduce:
ps -auxf |grep "infinity"
devcontainer exec
with SIGTERM, i.e. kill the process or just interrupt the terminal.It seems
docker exec
is terminated without SIGTERM, leading to ungraceful termination.