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
I'm not sure whether this is intended, but there was a behavior change introduced in ea4ccf6 where I no longer see the [container] exited with code [code] every time the container restarts. Instead, I only see it once, for the first time:
Steps To Reproduce
With this Dockerfile:
FROM alpine:latest AS occupied
CMD ["sleep", "3600"]
FROM alpine:latest AS surplus
CMD ["sleep", "10"]
Description
I'm not sure whether this is intended, but there was a behavior change introduced in ea4ccf6 where I no longer see the
[container] exited with code [code]
every time the container restarts. Instead, I only see it once, for the first time:Steps To Reproduce
With this Dockerfile:
And the following Compose file:
Run
docker compose up --scale occupied=8 --scale surplus=2
.Pre ea4ccf6 I see:
But afterwards, I only see the first
...exited with code...
message for each container, and never again:Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: