Skip to content

Commit

Permalink
fix: update doc reference to "HTTP connection hijacking"
Browse files Browse the repository at this point in the history
  • Loading branch information
rishkwal authored Jun 29, 2024
1 parent ca47494 commit 6d5aa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ docker.createImage({fromImage: 'ubuntu'}, function (err, stream) {
//...
```

There is also support for [HTTP connection hijacking](https://docs.docker.com/engine/api/v1.22/#32-hijacking),
There is also support for [HTTP connection hijacking](https://docs.docker.com/engine/api/v1.45/#tag/Container/operation/ContainerAttach),
which allows for cleaner interactions with commands that work with stdin and stdout separately.

```js
Expand Down

0 comments on commit 6d5aa28

Please sign in to comment.