captainhookphp / captainhook

CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
http://captainhook.info
MIT License
1.01k stars 87 forks source link

Add interactive flag to docker exec #216

Closed sprankhub closed 1 year ago

sprankhub commented 1 year ago

This is a follow-up of https://github.com/captainhookphp/captainhook/issues/211. Since some actions / conditions do not work when using docker exec without using the -i flag, I think the documentation should suggest using that flag. At least I do not see any disadvantage using the flag.

Reference: https://docs.docker.com/engine/reference/commandline/exec/#options

sebastianfeldmann commented 1 year ago

Thanks, totally slipped through.

Thanks again :)