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 Feb 8, 2021. It is now read-only.
(1) First, run a container with command "hypercli run -di busybox cat".
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1", and read from stdout which should success, but timeout.
(2) Run a container with command "hypercli run -di busybox /bin/sh -c cat >&2"
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stderr=1" , and read from stderr which should success,but timeout
Request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1",and read from stderr which should timeout, but err is nil
(3)Run a container with command "hypercli run -dit busybox /bin/sh -c cat >&2"
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1", and read from stdout which should success but timeout
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(1) First, run a container with command "hypercli run -di busybox cat".
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1", and read from stdout which should success, but timeout.
(2) Run a container with command "hypercli run -di busybox /bin/sh -c cat >&2"
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stderr=1" , and read from stderr which should success,but timeout
Request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1",and read from stderr which should timeout, but err is nil
(3)Run a container with command "hypercli run -dit busybox /bin/sh -c cat >&2"
Then request "POST", "/containers/"+cid+"/attach?stream=1&stdin=1&stdout=1", and read from stdout which should success but timeout
The text was updated successfully, but these errors were encountered: