Show container build output during ddev start? #4786
Unanswered
deviantintegral
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would like this also. I have to do as you did from time to time.
ddev/cmd/ddev/cmd/debug-refresh.go Lines 42 to 54 in bbb2cac Thanks for exploring this territory; a PR would be welcome, but I imagine we'll get to it at some point. It's also possible that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way we can get docker-compose build output to show while a container is building? While it shows if there's an error, it can be confusing if a container simply has a larger set of additions on top of it, or if something in the build process is hanging like a bad network connection.
Locally, I work around this when developing by running
ddev debug compose-config > .ddev/.ddev-docker-compose-full.yaml
and then~/.ddev/bin/docker-compose -f .ddev/.ddev-docker-compose-full.yaml build web --progress=plain
, but that doesn't help in the "something is unexpectedly slow" situation, or CI where tailing verbose logs live is more helpful.Beta Was this translation helpful? Give feedback.
All reactions