open-nomad/drivers/docker/test-resources/docker
Isabel Suchanek cb4fc53353 drivers/docker: add support for STOPSIGNAL
This fixes a bug where Nomad overrides a Dockerfile's STOPSIGNAL with
the default kill_signal (SIGTERM).

This adds a check for kill_signal. If it's not set, it calls
StopContainer instead of Signal, which uses STOPSIGNAL if it's
specified. If both kill_signal and STOPSIGNAL are set, Nomad tries to
stop the container with kill_signal first, before then calling
StopContainer.

Fixes #9989
2021-05-05 10:27:58 -07:00
..
Dockerfile drivers/docker: more work porting tests from old driver plugin 2018-11-19 22:59:16 -05:00
auth.json drivers/docker: more work porting tests from old driver plugin 2018-11-19 22:59:16 -05:00
busybox.tar tests: pin busybox image to a specific point tag 2018-12-15 15:03:56 -05:00
busybox_glibc.tar tests: pin busybox image to a specific point tag 2018-12-15 15:03:56 -05:00
busybox_musl.tar tests: pin busybox image to a specific point tag 2018-12-15 15:03:56 -05:00
busybox_stopsignal.tar drivers/docker: add support for STOPSIGNAL 2021-05-05 10:27:58 -07:00
gen_stopsignal.sh drivers/docker: add support for STOPSIGNAL 2021-05-05 10:27:58 -07:00
main.py drivers/docker: more work porting tests from old driver plugin 2018-11-19 22:59:16 -05:00
reconciler_containers_list.json docker: periodically reconcile containers 2019-10-17 08:36:01 -04:00
seccomp.json Parse security_opts before sending them to docker daemon 2020-03-31 08:34:41 -07:00