pipemgr

command module
v0.0.0-...-39b0edd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2025 License: MIT Imports: 19 Imported by: 0

README

pipemgr

Send container logs to pipe using a docker image.

See docker-compose.yml to see how to run pipemgr.

To enable, apply the pipemgr label to any service in your docker-compose.yml file:

services:
  httpbin:
    image: kennethreitz/httpbin
    label:
      pipemgr.enable: true

This will send all stdout/stderr from httpbin to pipe or any other SSH service.

filtering

We support regex filtering with the pipemgr.filter label:

services:
  httpbin:
    image: kennethreitz/httpbin
    label:
      pipemgr.enable: true
      pipemgr.filter: "GET.+(404)"

In this example, we will only send log lines with a GET 404 response status.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL