mailer icon indicating copy to clipboard operation
mailer copied to clipboard

Bug: Docker Container does not act on Signal

Open svedova opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. Launch a docker container:
docker build -t mailer .
docker run -t mailer
  1. Try to stop it by hitting Control + C (on Mac)

Expected

It stops the container

Actual

Nothing happens.

Workaround

Execute docker stop $(docker ps -q --filter ancestor=mailer) from a different terminal.

svedova avatar Jun 16 '23 10:06 svedova