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
For docker,some complex commands, like attach, the HTTP connection is hijacked to transport stdout, stdin and stderr.
So for Pouchd, like run -a or start -a instruction from docker cli will response "Unrecognized Input Header". So if we could achieve compatibility with docker attach?
How it could be?
We could use stdcopy package from docker to achieve this. On the other hand, I think "pouch attach" also needs to be implemented.
Other related information
The text was updated successfully, but these errors were encountered:
Why you need it?
For docker,some complex commands, like attach, the HTTP connection is hijacked to transport stdout, stdin and stderr.
So for Pouchd, like
run -a
orstart -a
instruction from docker cli will response "Unrecognized Input Header". So if we could achieve compatibility with docker attach?How it could be?
We could use stdcopy package from docker to achieve this. On the other hand, I think "pouch attach" also needs to be implemented.
Other related information
The text was updated successfully, but these errors were encountered: