appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

When --interactive is specified when running appsody run and the stack is not tty enabled, ctrl-c no longer causes the docker container to stop #55

Closed kewegner closed 4 years ago

kewegner commented 4 years ago

Describe the bug

When --interactive is specified when running appsody run and the stack is not tty enabled, ctrl-c no longer causes the docker container to stop

To Reproduce For a stack Make a directory and cd to it Run the following

  1. appsody init nodejs-express
  2. appsody run --interactive
  3. ctrl-c

Expected behavior The Controller will cause the container to stop with clean shutdown

Actual behaviour The container will remain up after the shutdown steps.

Environment Details (please complete the following information):

If applicable please specify:

Additional context None.

kewegner commented 4 years ago

Fixed by #54