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

Add containerAttach() and containerAttachStream() API methods #61

Merged
merged 2 commits into from
Mar 21, 2020

Conversation

clue
Copy link
Owner

@clue clue commented Mar 21, 2020

For the reference, here's one of the latest runs on my laptop:

$ php examples/benchmark-attach.php busybox dd if=/dev/zero bs=1M count=4k status=none
Received 4294967296 bytes in 4.6s => 935.5 MB/s

Resolves / closes #13
Builds on top of #56 and #60
Refs #33 for future API to expose STDIN stream.

@clue clue added this to the v1.2.0 milestone Mar 21, 2020
@clue clue merged commit 877cb31 into clue:master Mar 21, 2020
@clue clue deleted the attach branch March 21, 2020 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add containerAttach API endpoint
1 participant