-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container output is cut off when run in a non-interactive shell (e.g. from a Git hook) #9143
Comments
Still present at the latest commit
Edit: I'd been wondering if #9258 might have helped |
Can confirm I'm seeing the same behavior using Docker Compose v2.3.3 (via Docker Desktop for MacOS v4.6.1). |
A new release of Docker Desktop is coming soon shipped with the |
On Docker Compose 2.4.1, I instead get:
|
Can confirm this is still an issue on Docker Compose 2.6.0. Seeing the same as ZimbiX. |
…ns of Docker Compose This lets me finally upgrade from Docker Compose 2.2.2 Relates to docker/compose#9143
As a workaround to avoid the |
Description
Since Docker Compose version 2.2.3, container output is cut off partially or completely when
docker compose run
is used within a Git hook. I take it this is something to do with it being non-interactive there.Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Downgrading the
docker-compose
package to2.2.2-1
, I get:Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker info
:Edit: This may be a duplicate of #9104
The text was updated successfully, but these errors were encountered: