-
Notifications
You must be signed in to change notification settings - Fork 645
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
Add option 'showLogs' #8
Labels
Comments
For this to work smoothely, threads should be forked away which calls Docker's getLogs in a streaming way so that log output is printed as it comes in. Use also the possibility for different colors, so that the output can be easily distinguished. |
Closed
mwl
added a commit
to mwl/docker-maven-plugin
that referenced
this issue
Nov 28, 2014
Not exactly a solution to fabric8io#8, but a good step towards it.
rhuss
added a commit
that referenced
this issue
Nov 28, 2014
rhuss
added a commit
that referenced
this issue
Nov 28, 2014
rhuss
added a commit
that referenced
this issue
Nov 29, 2014
rhuss
added a commit
that referenced
this issue
Dec 1, 2014
rhuss
added a commit
that referenced
this issue
Dec 2, 2014
rhuss
added a commit
that referenced
this issue
Dec 3, 2014
rhuss
added a commit
that referenced
this issue
Dec 3, 2014
Implemented on 0.10.5 |
leusonmario
pushed a commit
to leusonmario/docker-maven-plugin
that referenced
this issue
Aug 18, 2018
use guava 12.0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to stream logging output to the console of the build during an integration test (using
docker logs
in some way)The text was updated successfully, but these errors were encountered: