Skip to content
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

feature:achieve --attach compatibility between docker cli and pouchd #2883

Closed
lang710 opened this issue May 31, 2019 · 0 comments
Closed

feature:achieve --attach compatibility between docker cli and pouchd #2883

lang710 opened this issue May 31, 2019 · 0 comments

Comments

@lang710
Copy link
Contributor

lang710 commented May 31, 2019

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants