Du Zheng
Du Zheng
@jeanpralo You are right. Running Docker 1.7.1 and found this issue. The fix recorded the cup_usage in previous cycle with interval 1second.
@MoAgamia I prefer not saying it works inside our environment. May I know your setups?
I could also reproduce the same issue faced by @petrkalina Is restating B first (stop B, start B), then restarting A (stop A, start A), an acceptable solution? or stop...
Restart all A service containers first, the B service containers, since B depends on A. On Apr 11, 2017 5:10 PM, "Maxime Petazzoni" wrote: > So, giving more thoughts to...
Given a clear and universal acceptable definition to ```dependency``` is the key to make Play of ```restart``` right. My understanding, in my use case, is if service A depends on...
Another potential fix demo @ https://www.youtube.com/watch?v=c0DzG4m5vSY Meets your requirement @petrkalina ?? Stop wildfly, stop ldap, stop ldap-db, start ldap-db, start ldap and start wildfly. @mpetazzoni May I have your opinion?...
Terminal output is truncated by terminal. How to repro. Define a service with number of instances is bigger than `echo $LINES`, number of lines of visible terminal. E.g., 27 instances...
As mentioned by @iangkent, it could also be reproduced by expecting of showing status of 100 container instances in a terminal with number of lines **less** than 100. However, all...
Thanks for the prompt reply! Limiting the display to only show the last N or first N (like command ‘top’) threading output might be also confusing. Users may would like...
Since docke-py >=1.4.0 is required in https://github.com/signalfx/maestro-ng/blob/master/requirements.txt#L1 and the fix is included in docker-py 1.9.0, so it is safe to close this issue NOW when docker-py 1.9.0 will be installed...