From 749e2a57897991e3f328a2c4d3282048b1ebeba4 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Sat, 1 Feb 2025 09:57:18 -0500 Subject: [PATCH] docs: pipe --- posts/pipe.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/posts/pipe.md b/posts/pipe.md index 2a2e3b3..894a923 100644 --- a/posts/pipe.md +++ b/posts/pipe.md @@ -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 @@ -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: