You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker compose, I want to clean files in pre_stop hook.
When I stop compose with docker compose down, I get an error Error response from daemon: No exec command specified and compose is not stopped.
I can reproduce this with the following minimal docker-compose.yaml.
Description
Using docker compose, I want to clean files in pre_stop hook.
When I stop compose with
docker compose down
, I get an errorError response from daemon: No exec command specified
and compose is not stopped.I can reproduce this with the following minimal docker-compose.yaml.
Steps To Reproduce
Using the provided docker compose config run:
Compose should stop gracefully, but instead an error
Error response from daemon: No exec command specified
is returned and compose continues to runCompose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: