Skip to content

Commit

Permalink
docs: pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Feb 1, 2025
1 parent a47aa5e commit 749e2a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions posts/pipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ composable directional streams of data, just like a *nix `|` operator!
- Write (pub)
- Read & Write (pipe)

# Some use cases
# Use cases

- Send desktop notifications
- File sharing
Expand Down Expand Up @@ -343,7 +343,8 @@ process.
# `pipemgr`

[pipemgr](https://github.com/picosh/pipemgr) is a docker image that will listen
for logs from other running containers and pipe their logs through a pipe topic.
for logs from other running containers and pipe their logs through a topic
called `container-drain`.

```yaml
services:
Expand Down

0 comments on commit 749e2a5

Please sign in to comment.