-
Notifications
You must be signed in to change notification settings - Fork 644
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
NPE during docker:logs #612
Comments
Additionally I can say that this image has a problem (that I wanted to debug using logs), such that after mvn docker:start, the container seems to be stopped, not running. |
And fixinf my problem, docker:logs works fine. So the issue happens when the container is not started after docker:start. |
Thanks for the report. Yes, you are right, the logs assume that there is that the container is still running. I will add the proper check in case the container has been already stopped. |
thx |
Fixes #612. Signed-off-by: Roland Huß <roland@ro14nd.de>
Description
when running docker:logs, task fails with NPE. I guess would be easiet to provide Dockerfile, too, but it is confidential.
Info
mvn -v
) : 3.3.9My docker config:
The text was updated successfully, but these errors were encountered: