fix: execute post_start hooks in docker compose run by veeceey · Pull Request #13607 · docker/compose
RunOneOffContainer was not executing post_start lifecycle hooks after starting a container. This adds hook execution by listening for the container's start event via the Docker Events API and running hooks once the container is running, matching the behavior already present in startService (used by docker compose up) and restart. Signed-off-by: Varun Chawla <varun_6april@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters