You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Currently, if the server container fails we only print out a generic error, as we have already thrown away (not bothered to capture) the output from the 'test connection' command:
12:40:18 Status: Downloaded newer image for gabyct/network:latest
12:40:18 docker pull'd: gabyct/network
12:40:18 Iteration 1
12:40:24 ERROR: iperf server init fails
12:40:24 ERROR: result argument not supplied
Now we should build and install go-md2man from sources instead of
using official repositories since centos removed the package
from its repos on centos 7.6.
Fixes: clearcontainers#963.
Signed-off-by: Salvador Fuentes <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if the server container fails we only print out a generic error, as we have already thrown away (not bothered to capture) the output from the 'test connection' command:
See #960
Improve (a little at least), by capturing the output from the last 'test connection' attempt, and echoing it out in case of failure/timeout.
The text was updated successfully, but these errors were encountered: